mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2025-07-14 12:56:02 +00:00
wallet cli: print originating block heights of mixin keys when making transfer
This commit is contained in:
parent
c6ec939626
commit
f1dde1a429
7 changed files with 175 additions and 18 deletions
|
@ -300,6 +300,8 @@ namespace cryptonote
|
|||
outkey.key = epee::string_tools::pod_to_hex(i.key);
|
||||
outkey.mask = epee::string_tools::pod_to_hex(i.mask);
|
||||
outkey.unlocked = i.unlocked;
|
||||
outkey.height = i.height;
|
||||
outkey.txid = epee::string_tools::pod_to_hex(i.txid);
|
||||
}
|
||||
|
||||
res.status = CORE_RPC_STATUS_OK;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue