Skip to content

Commit 20b7c4e

Browse files
authored
Merge pull request #468 from ipfs-force-community/fix/update-for-DealMaxDuration
fix: check deal end epoch with DealMaxDuration
2 parents 4398d27 + 7df1d46 commit 20b7c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storageprovider/deal_handler.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import (
3030
"github.com/filecoin-project/go-state-types/abi"
3131
"github.com/filecoin-project/go-state-types/big"
3232
"github.com/filecoin-project/go-state-types/builtin/v10/market"
33-
"github.com/filecoin-project/go-state-types/builtin/v10/miner"
33+
"github.com/filecoin-project/go-state-types/builtin/v12/miner"
3434
"github.com/filecoin-project/go-state-types/exitcode"
3535

3636
"github.com/ipfs-force-community/droplet/v2/config"

0 commit comments

Comments
 (0)