@@ -1228,7 +1228,7 @@ fn bitcoind_forking_test() {
1228
1228
let pre_fork_tenures = 10 ;
1229
1229
1230
1230
for i in 0 ..pre_fork_tenures {
1231
- debug ! ( "Mining pre-fork tenure {} of {pre_fork_tenures}" , i + 1 ) ;
1231
+ info ! ( "Mining pre-fork tenure {} of {pre_fork_tenures}" , i + 1 ) ;
1232
1232
signer_test. mine_nakamoto_block ( Duration :: from_secs ( 30 ) ) ;
1233
1233
}
1234
1234
@@ -1257,7 +1257,7 @@ fn bitcoind_forking_test() {
1257
1257
1258
1258
// we need to mine some blocks to get back to being considered a frequent miner
1259
1259
for i in 0 ..3 {
1260
- debug ! (
1260
+ info ! (
1261
1261
"Mining block {} of 3 to be considered a frequent miner" ,
1262
1262
i + 1
1263
1263
) ;
@@ -1284,7 +1284,7 @@ fn bitcoind_forking_test() {
1284
1284
assert_eq ! ( post_fork_1_nonce, pre_fork_1_nonce - 1 * 2 ) ;
1285
1285
1286
1286
for i in 0 ..5 {
1287
- debug ! ( "Mining post-fork tenure {} of 5" , i + 1 ) ;
1287
+ info ! ( "Mining post-fork tenure {} of 5" , i + 1 ) ;
1288
1288
signer_test. mine_nakamoto_block ( Duration :: from_secs ( 30 ) ) ;
1289
1289
}
1290
1290
@@ -1317,7 +1317,7 @@ fn bitcoind_forking_test() {
1317
1317
1318
1318
// we need to mine some blocks to get back to being considered a frequent miner
1319
1319
for i in 0 ..3 {
1320
- debug ! (
1320
+ info ! (
1321
1321
"Mining block {} of 3 to be considered a frequent miner" ,
1322
1322
i + 1
1323
1323
) ;
@@ -1344,7 +1344,7 @@ fn bitcoind_forking_test() {
1344
1344
assert_eq ! ( post_fork_2_nonce, pre_fork_2_nonce - 4 * 2 ) ;
1345
1345
1346
1346
for i in 0 ..5 {
1347
- debug ! ( "Mining post-fork tenure {} of 5" , i + 1 ) ;
1347
+ info ! ( "Mining post-fork tenure {} of 5" , i + 1 ) ;
1348
1348
signer_test. mine_nakamoto_block ( Duration :: from_secs ( 30 ) ) ;
1349
1349
}
1350
1350
0 commit comments