[BUG] when we build a ProveCommitAggregate
msg, we should set value is collateral + aggFee
#6622
Labels
kind/bug
Kind: Bug
Describe the bug
lotus/extern/storage-sealing/commit_batch.go
Line 317 in ba7e730
why only send collateral to miner, it should send
collateral + aggFee
.if we only send collateral,
ProveCommitAggregate
was report this error.https://github.com/filecoin-project/specs-actors/blob/f7d531232aa2b5dfe6c040d1703eaaaf9dad4668/actors/builtin/miner/miner_actor.go#L967
if people initialize a new miner,
ProveCommitAggregate
will exec failed until people send some fil to minerVersion (run
lotus version
):v1.10.0
Expected behavior
it should send
collateral + aggFee
to miner when sendProveCommitAggregate
msgThe text was updated successfully, but these errors were encountered: