From 07416e8c0cfd27134983846073ffb908c90da377 Mon Sep 17 00:00:00 2001 From: sirius Date: Fri, 21 Apr 2023 12:19:06 +0800 Subject: [PATCH] update: builtin to builtin11 in wdpost worker --- storage/sealer/manager_post.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/sealer/manager_post.go b/storage/sealer/manager_post.go index 7c6b6b100..a6f43903c 100644 --- a/storage/sealer/manager_post.go +++ b/storage/sealer/manager_post.go @@ -11,7 +11,7 @@ import ( ffi "github.com/filecoin-project/filecoin-ffi" "github.com/filecoin-project/go-state-types/abi" - "github.com/filecoin-project/specs-actors/v6/actors/builtin" + "github.com/filecoin-project/go-state-types/builtin" "github.com/filecoin-project/specs-actors/v7/actors/runtime/proof" "github.com/filecoin-project/lotus/storage/sealer/storiface"