-
Notifications
You must be signed in to change notification settings - Fork 225
Open
Description
Imagine I have 1 USD on my account, which is something near 0.000059. So key.get_balance('btc') equals to 0.000059.
Then, I am trying to send this amount using leftover like this:
key.send([], leftover='<addr>')But have Insufficient funds error.
I think this is because the amount which is on my wallet is too small and even less than the transaction fee. Then, how to send this amount?
Waiting for your reply,
Thanks
Metadata
Metadata
Assignees
Labels
No labels