1
0
Fork 0
forked from lthn/blockchain

added missing info for tx rpc details

This commit is contained in:
cryptozoidberg 2023-11-06 17:33:58 +01:00
parent 7d9ba7ef64
commit 34b37ce45c
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

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