Skip to content

Commit bc91354

Browse files
authored
remove same wallet check (#792)
1 parent 3976945 commit bc91354

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cmd/boostd/init.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -540,10 +540,6 @@ func initBoost(ctx context.Context, cctx *cli.Context, marketsRepo lotus_repo.Lo
540540
return nil, fmt.Errorf("failed to parse wallet-deal-collateral: %s; err: %w", cctx.String("wallet-deal-collateral"), err)
541541
}
542542

543-
if walletPSD.String() == walletCP.String() {
544-
return nil, fmt.Errorf("wallets for PublishStorageDeals and deal collateral must be different")
545-
}
546-
547543
if cctx.Int64("max-staging-deals-bytes") <= 0 {
548544
return nil, fmt.Errorf("max size for staging deals area must be > 0 bytes")
549545
}

0 commit comments

Comments
 (0)