From 9be3fd4c7e89f95d365c1731d5224e4bba63e39f Mon Sep 17 00:00:00 2001 From: Gerson2102 Date: Wed, 18 Sep 2024 19:28:58 -0600 Subject: [PATCH] Addressing CI errors --- packages/consensus/src/validation/coinbase.cairo | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/consensus/src/validation/coinbase.cairo b/packages/consensus/src/validation/coinbase.cairo index 3e43b216..d445582b 100644 --- a/packages/consensus/src/validation/coinbase.cairo +++ b/packages/consensus/src/validation/coinbase.cairo @@ -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.