From 5253c0d959ab16b4275f7f5a0ad702090c5430d2 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Wed, 30 Sep 2020 10:11:48 -0700 Subject: [PATCH] fix: import the correct v2 methods --- chain/stmgr/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chain/stmgr/utils.go b/chain/stmgr/utils.go index 6ed94775b..98f6bc5ac 100644 --- a/chain/stmgr/utils.go +++ b/chain/stmgr/utils.go @@ -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"