We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb12df1 commit 8dc01d2Copy full SHA for 8dc01d2
src/cryptonote_core/cryptonote_core.cpp
@@ -1502,7 +1502,7 @@ namespace cryptonote
1502
auto q_height = flash.quorum_height(static_cast<flash_tx::subquorum>(qi));
1503
auto &q = quorum_cache[q_height];
1504
if (!q)
1505
- q = get_quorum(master_nodes::quorum_type::flash, q_height, true);
+ q = get_quorum(master_nodes::quorum_type::flash, q_height);
1506
1507
{
1508
MINFO("Don't have a quorum for height " << q_height << " (yet?), ignoring this flash");
0 commit comments