mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-30 06:43:28 +01:00
Merge pull request #6722
c1b03fb1a
rpc: return empty txid get_outs rather than 00..00 when not requested (moneromooo-monero)
This commit is contained in:
commit
569d07d60b
@ -771,6 +771,7 @@ namespace cryptonote
|
|||||||
outkey.mask = epee::string_tools::pod_to_hex(i.mask);
|
outkey.mask = epee::string_tools::pod_to_hex(i.mask);
|
||||||
outkey.unlocked = i.unlocked;
|
outkey.unlocked = i.unlocked;
|
||||||
outkey.height = i.height;
|
outkey.height = i.height;
|
||||||
|
if (req.get_txid)
|
||||||
outkey.txid = epee::string_tools::pod_to_hex(i.txid);
|
outkey.txid = epee::string_tools::pod_to_hex(i.txid);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user