Skip to content

Commit

Permalink
Allow nodes to vote at genesis (#4432)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmkozh authored Aug 20, 2024
2 parents 55ec348 + 98b42f2 commit 4ede196
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/herder/TxSetFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1439,15 +1439,10 @@ ApplicableTxSetFrame::applySurgePricing(Application& app)
}
else
{
#ifdef BUILD_TESTS
// We should only build non-generalized tx sets in tests.
computeTxFeesForNonGeneralizedSet(
lclHeader,
lowestLaneFee[SurgePricingPriorityQueue::GENERIC_LANE],
/* enableLogging */ true);
#else
releaseAssert(false);
#endif
}
}
else
Expand Down

0 comments on commit 4ede196

Please sign in to comment.