mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Already submitted input detection. (#170)
* Added same nonce/sig for input comparison. * Added status response withholding for already submitted inputs.
This commit is contained in:
@@ -46,6 +46,7 @@ namespace msg::usrmsg
|
||||
constexpr const char *REASON_APPBILL_BALANCE_EXCEEDED = "appbill_balance_exceeded";
|
||||
constexpr const char *REASON_MAX_LEDGER_EXPIRED = "max_ledger_expired";
|
||||
constexpr const char *REASON_NONCE_EXPIRED = "nonce_expired";
|
||||
constexpr const char *REASON_ALREADY_SUBMITTED = "already_submitted";
|
||||
|
||||
} // namespace msg::usrmsg
|
||||
|
||||
|
||||
Reference in New Issue
Block a user