mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
"get_alternative_blocks(atl_blks) returned false" added
This commit is contained in:
parent
a52ed11c22
commit
2fd1a05aa8
1 changed files with 4 additions and 0 deletions
|
@ -434,6 +434,10 @@ namespace xmreg
|
|||
cout << "alt_blk tx: " << alt_blk.tx_hashes.size() << endl;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
cerr << "get_alternative_blocks(atl_blks) returned false" << endl;
|
||||
}
|
||||
|
||||
context.emplace("txs", mstch::array()); // will keep tx to show
|
||||
|
||||
|
|
Loading…
Reference in a new issue