-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Insufficient funds is really a special case and its own exception, no…
…t a subclass. It is also not needed as a extra strategy (at least for now), since it is encountered during firing to txs. It may/may not be considered a fault so left the Fault.INSUFFICIENT_FUNDS enum for now. More to be explored in a future issue/PR.
- Loading branch information
1 parent
9ea695c
commit f42264d
Showing
3 changed files
with
2 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters