mirror of
https://github.com/monero-project/monero.git
synced 2024-11-18 00:37:43 +00:00
daemon: request unpruned transactions for print_tx
instead of uninitialized
This commit is contained in:
parent
4b728d7dd4
commit
29fbaeaae5
1 changed files with 1 additions and 0 deletions
|
@ -720,6 +720,7 @@ bool t_rpc_command_executor::print_transaction(crypto::hash transaction_hash,
|
|||
|
||||
req.txs_hashes.push_back(epee::string_tools::pod_to_hex(transaction_hash));
|
||||
req.decode_as_json = false;
|
||||
req.prune = false;
|
||||
if (m_is_rpc)
|
||||
{
|
||||
if (!m_rpc_client->rpc_request(req, res, "/gettransactions", fail_message.c_str()))
|
||||
|
|
Loading…
Reference in a new issue