mirror of
https://github.com/EvernodeXRPL/sashimono.git
synced 2026-04-29 15:38:00 +00:00
Modified sashimono command checks (#172)
This commit is contained in:
@@ -9,8 +9,7 @@ namespace msg::json
|
||||
constexpr const char *SEP_COMMA_NOQUOTE = ",\"";
|
||||
constexpr const char *SEP_COLON_NOQUOTE = "\":";
|
||||
constexpr const char *DOUBLE_QUOTE = "\"";
|
||||
constexpr uint16_t MOMENT_SIZE = 900; // XRP ledgers per Moment.
|
||||
constexpr uint16_t LEDGER_TIME_APPROX = 4000; // Approx. milliseconds per XRP ledger.
|
||||
constexpr uint16_t MOMENT_SIZE = 1190; // XRP ledgers per Moment.
|
||||
constexpr uint16_t INSTANCE_INFO_SIZE = 488; // Size of a single instance info
|
||||
/**
|
||||
* Parses a json message sent by the message board.
|
||||
|
||||
Reference in New Issue
Block a user