mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Note that 'insufficient funds' can occur when removing a transaction too, if
the funds have already been spent by another transaction. When removing a transaction, any 'subsequent' dependent transactions must be removed first.
This commit is contained in:
2
Ledger.h
2
Ledger.h
@@ -29,7 +29,7 @@ public:
|
||||
TR_ALREADY =2,
|
||||
TR_BADTRANS =3, // the transaction itself is corrupt
|
||||
TR_BADACCT =4, // one of the accounts is invalid
|
||||
TR_INSUFF =5, // the sending account is broke
|
||||
TR_INSUFF =5, // the sending(apply)/receiving(remove) account is broke
|
||||
TR_PASTASEQ =6, // account is past this transaction
|
||||
TR_PREASEQ =7, // account is missing transactions before this
|
||||
TR_BADLSEQ =8, // ledger too early
|
||||
|
||||
Reference in New Issue
Block a user