fix: lint fixes
This commit is contained in:
parent
c897cc0cc9
commit
aea1b0e293
@ -294,7 +294,8 @@ func (rt *Runtime) CreateActor(codeID cid.Cid, address address.Address) {
|
|||||||
_ = rt.chargeGasSafe(gasOnActorExec)
|
_ = rt.chargeGasSafe(gasOnActorExec)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Deletes the executing actor from the state tree, transferring any balance to beneficiary.
|
// DeleteActor deletes the executing actor from the state tree, transferring
|
||||||
|
// any balance to beneficiary.
|
||||||
// Aborts if the beneficiary does not exist.
|
// Aborts if the beneficiary does not exist.
|
||||||
// May only be called by the actor itself.
|
// May only be called by the actor itself.
|
||||||
func (rt *Runtime) DeleteActor(beneficiary address.Address) {
|
func (rt *Runtime) DeleteActor(beneficiary address.Address) {
|
||||||
|
Loading…
Reference in New Issue
Block a user