daemon: request unpruned transactions for print_tx

instead of uninitialized
pull/88/head
moneromooo-monero 6 years ago
parent 9ccd84b271
commit 7f33e07da3
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -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…
Cancel
Save