mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
minore code clean up
This commit is contained in:
parent
5679dfb83f
commit
a9ac4166be
1 changed files with 2 additions and 2 deletions
|
@ -1138,7 +1138,7 @@ make_tx_from_json(const string& json_str, transaction& tx)
|
||||||
{
|
{
|
||||||
rct::ecdhTuple a_tuple;
|
rct::ecdhTuple a_tuple;
|
||||||
|
|
||||||
cout << "ecdhI[\"amount\"]: " << ecdhI["amount"] << endl;
|
//cout << "ecdhI[\"amount\"]: " << ecdhI["amount"] << endl;
|
||||||
|
|
||||||
if (!epee::string_tools::hex_to_pod(ecdhI["amount"], a_tuple.amount))
|
if (!epee::string_tools::hex_to_pod(ecdhI["amount"], a_tuple.amount))
|
||||||
{
|
{
|
||||||
|
@ -1171,7 +1171,7 @@ make_tx_from_json(const string& json_str, transaction& tx)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
cout << "dest: " << epee::string_tools::pod_to_hex(outPk.back().mask) << endl;
|
// cout << "dest: " << epee::string_tools::pod_to_hex(outPk.back().mask) << endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
rct_signatures.txnFee = j["rct_signatures"]["txnFee"].get<uint64_t>();
|
rct_signatures.txnFee = j["rct_signatures"]["txnFee"].get<uint64_t>();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue