mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-23 13:15:51 +00:00
add support for transaction_entry
This commit is contained in:
@@ -119,7 +119,7 @@ static std::unordered_map<std::string, std::function<Result(Context const&)>>
|
||||
{"server_info", &doServerInfo},
|
||||
{"unsubscribe", &doUnsubscribe},
|
||||
{"tx", &doTx},
|
||||
};
|
||||
{"transaction_entry", &doTransactionEntry}};
|
||||
|
||||
static std::unordered_set<std::string> forwardCommands{
|
||||
"submit",
|
||||
|
||||
Reference in New Issue
Block a user