We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87e1ff7 commit 888e350Copy full SHA for 888e350
core/state_transition.libevm.go
@@ -28,6 +28,8 @@ func (st *StateTransition) canExecuteTransaction() error {
28
if err := rules.Hooks().CanExecuteTransaction(st.msg.From, st.msg.To, st.state); err != nil {
29
log.Debug(
30
"Transaction execution blocked by libevm hook",
31
+ "From", st.msg.From,
32
+ "To", st.msg.To,
33
"Hooks", log.TypeOf(rules.Hooks()),
34
"Reason", err,
35
)
0 commit comments