fix: remove incorrect variable

This commit is contained in:
Steven Allen 2020-09-21 13:25:03 -07:00
parent 0ab2459fce
commit a41bf74bad

View File

@ -18,8 +18,6 @@ import (
"github.com/filecoin-project/lotus/chain/types"
)
var Address = builtin0.InitActorAddr
func Load(store adt.Store, act *types.Actor) (st State, err error) {
switch act.Code {
case builtin0.StorageMinerActorCodeID: