Skip to content

Commit 8dc01d2

Browse files
committed
only looking at new quorums (not looking at very old) for flash tx
1 parent bb12df1 commit 8dc01d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cryptonote_core/cryptonote_core.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1502,7 +1502,7 @@ namespace cryptonote
15021502
auto q_height = flash.quorum_height(static_cast<flash_tx::subquorum>(qi));
15031503
auto &q = quorum_cache[q_height];
15041504
if (!q)
1505-
q = get_quorum(master_nodes::quorum_type::flash, q_height, true);
1505+
q = get_quorum(master_nodes::quorum_type::flash, q_height);
15061506
if (!q)
15071507
{
15081508
MINFO("Don't have a quorum for height " << q_height << " (yet?), ignoring this flash");

0 commit comments

Comments
 (0)