nucypher / ATxM

Automatic Transaction Machine 🏧 🔁
https://pypi.org/project/atxm/
GNU Affero General Public License v3.0
3 stars 3 forks source link

Provide separate hook for handling insufficient funds #13

Closed derekpierre closed 6 months ago

derekpierre commented 8 months ago

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?

Not much else the atx machine can do.

The user of atxm can decide what to do eg. pause the machine see #10 .