Skip to content

Commit 3bc7542

Browse files
committed
chore: log whether enable data1
1 parent 8340d41 commit 3bc7542

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: ckb-bench/src/bench.rs

+3
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ impl TransactionProducer {
119119
}
120120
Err(_) => false,
121121
};
122+
if enabled_data1_script {
123+
ckb_testkit::info!("enabled transaction script using ScriptHashType::Data1");
124+
}
122125

123126
while let Ok(live_cell) = live_cell_receiver.recv() {
124127
let lock_hash = live_cell.cell_output.calc_lock_hash();

0 commit comments

Comments
 (0)