mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
dont cout blockchain height
This commit is contained in:
parent
9f49ab2074
commit
82494c229d
2 changed files with 2 additions and 2 deletions
|
@ -590,7 +590,7 @@ namespace xmreg
|
|||
return height;
|
||||
}
|
||||
|
||||
cout << height << endl;
|
||||
// cout << height << endl;
|
||||
|
||||
return height;
|
||||
|
||||
|
|
|
@ -2447,7 +2447,7 @@ namespace xmreg {
|
|||
// tx hashes for key_image searched were found
|
||||
context.insert({"has_" + found_txs.first, !found_txs.second.empty()});
|
||||
|
||||
cout << "found_txs.first: " << found_txs.first << endl;
|
||||
// cout << "found_txs.first: " << found_txs.first << endl;
|
||||
|
||||
// insert new array based on what we found to context if not exist
|
||||
pair< mstch::map::iterator, bool> res
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue