wallet cli: print originating block heights of mixin keys when making transfer

This commit is contained in:
kenshi84 2016-12-23 21:04:54 +09:00
parent c6ec939626
commit f1dde1a429
7 changed files with 175 additions and 18 deletions

View file

@ -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;