You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.
I have an address with balance of 1 (transaction is confirmed) and the associated seed.
When I try to do a transfer of 1 iota to another address I get the following error : Accumulated balance 0 is less than threshold 1.
What is threshold ? Why can't I send the iota ?
Thank you,
lapwat
The text was updated successfully, but these errors were encountered:
Hey lapwat. Sorry to hear you're running into an issue here. Let's look into this and figure out what's going on!
The threshold is the amount of IOTA that you're trying to spend (in this case, 1).
It appears that PyOTA is unable to find any addresses with non-zero balance that it can use as inputs for your transaction.
Some reasons why this might be happening:
After a snapshot, all of the transaction data are removed from the Tangle. You will need to reattach your addresses in order for PyOTA to be able to find them again (see https://iota.stackexchange.com/a/735/283 for more info).
Is PyOTA using the correct addresses? Try iterating over the iter_used_addresses() function to see which addresses it is using for potential inputs.
I have an address with balance of 1 (transaction is confirmed) and the associated seed.
When I try to do a transfer of 1 iota to another address I get the following error : Accumulated balance 0 is less than threshold 1.
What is threshold ? Why can't I send the iota ?
Thank you,
lapwat
The text was updated successfully, but these errors were encountered: