Skip to content

Commit

Permalink
shovel: fix nonce filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandotsmith committed Jul 6, 2024
1 parent 4b89da8 commit 0686d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dig/dig.go
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ func (lwc *logWithCtx) get(name string) any {
case "tx_effective_gas_price":
return &lwc.t.EffectiveGasPrice
case "tx_nonce":
return &lwc.t.Nonce
return lwc.t.Nonce
case "log_addr":
return lwc.l.Address.Bytes()
case "trace_action_call_type":
Expand Down

0 comments on commit 0686d65

Please sign in to comment.