1
mirror of https://github.com/monero-project/monero synced 2024-07-18 01:11:36 +02:00

Merge pull request #3831

7f33e07d daemon: request unpruned transactions for print_tx (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2018-05-21 20:36:47 +02:00
commit 23edf8901f
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

View File

@ -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()))