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
1f98da6763
commit
eccff9fa5d
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;
|
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
|
context.emplace("txs", mstch::array()); // will keep tx to show
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue