diff options
author | luigi1111 <luigi1111w@gmail.com> | 2021-02-18 14:03:31 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2021-02-18 14:03:31 -0500 |
commit | ce5800a22539e3d5811edfdf4cdd07e1fbc62cef (patch) | |
tree | c4a46216b6b206fcee185d13ed6c6f344ae990b7 /src/daemon/rpc_command_executor.cpp | |
parent | Merge pull request #7343 (diff) | |
parent | Remove unused variables in monero codebase (diff) | |
download | monero-ce5800a22539e3d5811edfdf4cdd07e1fbc62cef.tar.xz |
Merge pull request #7346
85db173 Remove unused variables in monero codebase (Kevin Barbour)
Diffstat (limited to 'src/daemon/rpc_command_executor.cpp')
-rw-r--r-- | src/daemon/rpc_command_executor.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/daemon/rpc_command_executor.cpp b/src/daemon/rpc_command_executor.cpp index 5a7d4dd4e..8194fe642 100644 --- a/src/daemon/rpc_command_executor.cpp +++ b/src/daemon/rpc_command_executor.cpp @@ -1059,7 +1059,6 @@ bool t_rpc_command_executor::print_transaction(crypto::hash transaction_hash, // Print json if requested if (include_json) { - crypto::hash tx_hash, tx_prefix_hash; cryptonote::transaction tx; cryptonote::blobdata blob; std::string source = as_hex.empty() ? pruned_as_hex + prunable_as_hex : as_hex; |