mirror of
https://github.com/monero-project/monero.git
synced 2025-08-03 15:44:15 -04:00
Merge pull request #5418
374f388d
wallet_rpc_server: add a all flag to export_outputs (moneromooo-monero)
This commit is contained in:
commit
96696d1e75
4 changed files with 13 additions and 9 deletions
|
@ -2581,7 +2581,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