tiny code cleaning

This commit is contained in:
moneroexamples 2017-01-27 05:07:24 +00:00
parent 8a36180392
commit e74b809579
1 changed files with 2 additions and 2 deletions

View File

@ -2018,7 +2018,7 @@ public:
// 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;
@ -2049,7 +2049,7 @@ public:
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
// we just dispaly it. We dont have any information about real mixins, etc,