forked from lthn/blockchain
added missing info for tx rpc details
This commit is contained in:
parent
7d9ba7ef64
commit
34b37ce45c
1 changed files with 5 additions and 1 deletions
|
|
@ -3838,7 +3838,11 @@ namespace currency
|
|||
VARIANT_SWITCH_END();
|
||||
}
|
||||
VARIANT_CASE_CONST(tx_out_zarcanum, o)
|
||||
//@#@
|
||||
tei.outs.back().pub_keys.push_back(epee::string_tools::pod_to_hex(o.stealth_address));
|
||||
tei.outs.back().pub_keys.push_back(epee::string_tools::pod_to_hex(o.concealing_point));
|
||||
tei.outs.back().pub_keys.push_back(epee::string_tools::pod_to_hex(o.amount_commitment));
|
||||
tei.outs.back().pub_keys.push_back(epee::string_tools::pod_to_hex(o.blinded_asset_id));
|
||||
tei.outs.back().pub_keys.push_back(epee::string_tools::pod_to_hex(o.encrypted_amount));
|
||||
VARIANT_SWITCH_END();
|
||||
++i;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue