We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4e9cac + e7e7001 commit 63b9412Copy full SHA for 63b9412
crates/fiber-lib/src/ckb/tx_tracing_actor.rs
@@ -172,7 +172,7 @@ impl CkbTxTracingState {
172
let tx_tracers = self.tracers.entry(tx_hash).or_default();
173
tx_tracers.tracers.push(tracer);
174
175
- if tx_tracers.tracers.len() > 1 {
+ if tx_tracers.tracers.len() == 1 {
176
// If there's no existing tracer for the tx, trigger the tracing task now
177
self.run_tracers(myself, Some(vec![tx_hash])).await?
178
}
0 commit comments