remove comment pointed out in review

This commit is contained in:
LexLuthr 2022-07-30 17:16:50 +05:30 committed by GitHub
parent 9e9a3825aa
commit e9705c4e26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1298,7 +1298,7 @@ func (sm *StorageMinerAPI) WithdrawBalance(ctx context.Context, amount abi.Token
}
params, err := actors.SerializeParams(&minertypes.WithdrawBalanceParams{
AmountRequested: amount, // Default to attempting to withdraw all the extra funds in the miner actor
AmountRequested: amount,
})
if err != nil {
return cid.Undef, err