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 1058df1 commit 28cb005Copy full SHA for 28cb005
stackslib/src/net/api/postblock_proposal.rs
@@ -564,7 +564,8 @@ impl NakamotoBlockProposal {
564
for (i, tx) in self.block.txs.iter().enumerate() {
565
let tx_len = tx.tx_len();
566
567
- // Check if tx is in the replay set, if required
+ // If a list of replay transactions is set, this transaction must be the next
568
+ // mineable transaction from this list.
569
if let Some(ref mut replay_txs) = replay_txs_maybe {
570
loop {
571
let Some(replay_tx) = replay_txs.pop_front() else {
0 commit comments