Skip to content

Commit 28cb005

Browse files
committed
crc: comment improvement
1 parent 1058df1 commit 28cb005

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stackslib/src/net/api/postblock_proposal.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,8 @@ impl NakamotoBlockProposal {
564564
for (i, tx) in self.block.txs.iter().enumerate() {
565565
let tx_len = tx.tx_len();
566566

567-
// Check if tx is in the replay set, if required
567+
// If a list of replay transactions is set, this transaction must be the next
568+
// mineable transaction from this list.
568569
if let Some(ref mut replay_txs) = replay_txs_maybe {
569570
loop {
570571
let Some(replay_tx) = replay_txs.pop_front() else {

0 commit comments

Comments
 (0)