Skip to content

Commit b2c88c0

Browse files
committed
Test: add println
1 parent 4eedc8a commit b2c88c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

zebra-chain/src/parameters/network/subsidy.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,8 @@ pub fn miner_subsidy(
482482
network: &Network,
483483
expected_block_subsidy: Amount<NonNegative>,
484484
) -> Result<Amount<NonNegative>, amount::Error> {
485+
println!("CI must catch this println");
486+
485487
let total_funding_stream_amount: Result<Amount<NonNegative>, _> =
486488
funding_stream_values(height, network, expected_block_subsidy)?
487489
.values()

0 commit comments

Comments
 (0)