correct log in maybeUseAddress

This commit is contained in:
yaohcn 2021-01-15 12:31:47 +08:00
parent 476df99179
commit 10b2ec55b5

View File

@ -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
}