correct log in maybeUseAddress
This commit is contained in:
parent
476df99179
commit
10b2ec55b5
@ -131,6 +131,6 @@ func maybeUseAddress(ctx context.Context, a addrSelectApi, addr address.Address,
|
||||
*bestAvail = b
|
||||
}
|
||||
|
||||
log.Warnw("address didn't have enough funds for window post message", "address", addr, "required", types.FIL(goodFunds), "balance", types.FIL(b))
|
||||
log.Warnw("address didn't have enough funds for send message", "address", addr, "required", types.FIL(goodFunds), "balance", types.FIL(b))
|
||||
return false
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user