Merge pull request #5418

374f388d wallet_rpc_server: add a all flag to export_outputs (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2019-04-16 22:37:52 +02:00
commit 96696d1e75
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD
4 changed files with 13 additions and 9 deletions

View file

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