InsufficientFunds exceptions incurred when calling sendRawTransaction either during broadcast or tx retry, should be handled separately. This is a well known error case that should be handled. How do we handle it?
A callback defined by the user (eg. on_insufficient_funds).
Should the machine pause automatically, or should the user determine what to do?
Not much else the atx machine can do.
The user of atxm can decide what to do eg. pause the machine see #10 .
InsufficientFunds exceptions incurred when calling
sendRawTransaction
either during broadcast or tx retry, should be handled separately. This is a well known error case that should be handled. How do we handle it?on_insufficient_funds
).Not much else the atx machine can do.
The user of atxm can decide what to do eg. pause the machine see #10 .