diff --git a/chain/store/splitstore/splitstore.go b/chain/store/splitstore/splitstore.go index f1394562b..65619b44a 100644 --- a/chain/store/splitstore/splitstore.go +++ b/chain/store/splitstore/splitstore.go @@ -24,7 +24,7 @@ import ( bstore "github.com/filecoin-project/lotus/lib/blockstore" ) -const CompactionThreshold = 5 * build.Finality +var CompactionThreshold = 5 * build.Finality var baseEpochKey = dstore.NewKey("baseEpoch")