Skip to content

Commit

Permalink
Addressing CI errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerson2102 committed Sep 19, 2024
1 parent 0de584b commit 9be3fd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/consensus/src/validation/coinbase.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ fn validate_coinbase_outputs(
}


/// Determines if the transaction outputs of a block at a given height are unspendable due to BIP-30.
/// Determines if the transaction outputs of a block at a given height are unspendable due to
/// BIP-30.
///
/// This function checks if the block height corresponds to one of the two exceptional blocks
/// where transactions with duplicate TXIDs were allowed.
Expand Down

0 comments on commit 9be3fd4

Please sign in to comment.