Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
upbqdn committed Jan 13, 2025
1 parent 6928e06 commit ce620d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebra-consensus/src/transaction/check.rs
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ pub fn coinbase_outputs_are_decryptable(
if !transaction.is_coinbase() {
return Ok(());
}

// The consensus rule only applies to Heartwood onward.
if height
< NetworkUpgrade::Heartwood
Expand Down

0 comments on commit ce620d0

Please sign in to comment.