diff options
| author | tobtoht <tob@featherwallet.org> | 2025-02-14 07:49:40 +0000 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2025-02-14 07:49:40 +0000 |
| commit | 23a11d851adef30aea1888da0a7dd23936c81ec1 (patch) | |
| tree | c498e2dd419125e3ea617733e45f5fa4bd2bb0f6 /src/daemon/rpc_command_executor.cpp | |
| parent | 70afa6b7bcdea59ec3eec446f6bf39d24174f3c5 (diff) | |
| parent | 13ff355cf6081776fd7379080c17246e35c1236d (diff) | |
| download | monzero-core-23a11d851adef30aea1888da0a7dd23936c81ec1.tar.gz monzero-core-23a11d851adef30aea1888da0a7dd23936c81ec1.tar.xz monzero-core-23a11d851adef30aea1888da0a7dd23936c81ec1.zip | |
Merge pull request #9775
13ff355cf Set response limits on http server connections (Lee *!* Clagett)
89fa3ed68 epee: update 'http_server_handlers_map2.h' macros to use fully qualified names (Jeffrey Ryan)
Diffstat (limited to 'src/daemon/rpc_command_executor.cpp')
| -rw-r--r-- | src/daemon/rpc_command_executor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/rpc_command_executor.cpp b/src/daemon/rpc_command_executor.cpp index b6364ff77..0d3688c76 100644 --- a/src/daemon/rpc_command_executor.cpp +++ b/src/daemon/rpc_command_executor.cpp @@ -1063,7 +1063,7 @@ bool t_rpc_command_executor::print_transaction(crypto::hash transaction_hash, cryptonote::blobdata blob; std::string source = as_hex.empty() ? pruned_as_hex + prunable_as_hex : as_hex; bool pruned = !pruned_as_hex.empty() && prunable_as_hex.empty(); - if (!string_tools::parse_hexstr_to_binbuff(source, blob)) + if (!epee::string_tools::parse_hexstr_to_binbuff(source, blob)) { tools::fail_msg_writer() << "Failed to parse tx to get json format"; } |
