fix: import the correct v2 methods

This commit is contained in:
Steven Allen 2020-09-30 10:11:48 -07:00
parent 4c60d7b5ce
commit 5253c0d959

View File

@ -21,8 +21,8 @@ import (
builtin0 "github.com/filecoin-project/specs-actors/actors/builtin"
exported0 "github.com/filecoin-project/specs-actors/actors/builtin/exported"
exported2 "github.com/filecoin-project/specs-actors/actors/builtin/exported"
proof0 "github.com/filecoin-project/specs-actors/actors/runtime/proof"
exported2 "github.com/filecoin-project/specs-actors/v2/actors/builtin/exported"
"github.com/filecoin-project/lotus/api"
"github.com/filecoin-project/lotus/build"