mirror of
https://github.com/monero-project/monero.git
synced 2026-01-16 23:01:54 -08:00
wallet_rpc_server: optionally return tx keys in sign_transfer
This commit is contained in:
@@ -981,6 +981,8 @@ namespace tools
|
||||
for (auto &ptx: ptxs)
|
||||
{
|
||||
res.tx_hash_list.push_back(epee::string_tools::pod_to_hex(cryptonote::get_transaction_hash(ptx.tx)));
|
||||
if (req.get_tx_keys)
|
||||
res.tx_key_list.push_back(epee::string_tools::pod_to_hex(ptx.tx_key));
|
||||
}
|
||||
|
||||
if (req.export_raw)
|
||||
|
||||
Reference in New Issue
Block a user