mirror of
https://github.com/monero-project/monero.git
synced 2025-08-03 01:06:17 -04:00
wallet_rpc_server: add a all flag to export_outputs
if we don't want to export new outputs only
This commit is contained in:
parent
5dbcceb664
commit
374f388de2
4 changed files with 13 additions and 9 deletions
|
@ -2518,7 +2518,7 @@ namespace tools
|
|||
|
||||
try
|
||||
{
|
||||
res.outputs_data_hex = epee::string_tools::buff_to_hex_nodelimer(m_wallet->export_outputs_to_str());
|
||||
res.outputs_data_hex = epee::string_tools::buff_to_hex_nodelimer(m_wallet->export_outputs_to_str(req.all));
|
||||
}
|
||||
catch (const std::exception &e)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue