mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
tiny code cleaning
This commit is contained in:
parent
8a36180392
commit
e74b809579
1 changed files with 2 additions and 2 deletions
|
@ -2018,7 +2018,7 @@ public:
|
||||||
|
|
||||||
// string reencoded_raw_tx_data = epee::string_encoding::base64_decode(raw_tx_data);
|
// string reencoded_raw_tx_data = epee::string_encoding::base64_decode(raw_tx_data);
|
||||||
|
|
||||||
cout << "raw_tx_data: " << raw_tx_data << endl;
|
//cout << "raw_tx_data: " << raw_tx_data << endl;
|
||||||
|
|
||||||
cryptonote::blobdata tx_data_blob;
|
cryptonote::blobdata tx_data_blob;
|
||||||
|
|
||||||
|
@ -2049,7 +2049,7 @@ public:
|
||||||
return string(msg);
|
return string(msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
cout << "tx_from_blob.vout.size(): " << tx_from_blob.vout.size() << endl;
|
//cout << "tx_from_blob.vout.size(): " << tx_from_blob.vout.size() << endl;
|
||||||
|
|
||||||
// tx has been correctly deserialized. So
|
// tx has been correctly deserialized. So
|
||||||
// we just dispaly it. We dont have any information about real mixins, etc,
|
// we just dispaly it. We dont have any information about real mixins, etc,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue