Skip to content

Commit

Permalink
add logs for 3074 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
manav2401 committed May 8, 2024
1 parent 8ef0b17 commit 3f77095
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/vm/eips.go
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ func opAuth(pc *uint64, interpreter *EVMInterpreter, scope *ScopeContext) ([]byt

// opAuthCall implements the EIP-3074 AUTHCALL instruction.
func opAuthCall(pc *uint64, interpreter *EVMInterpreter, scope *ScopeContext) ([]byte, error) {
log.Info("--- AUTHCALL #1")
if scope.Authorized == nil {
log.Info("--- AUTHCALL - return because authorized not set")
return nil, ErrAuthorizedNotSet
Expand Down

0 comments on commit 3f77095

Please sign in to comment.