mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
core: remove debug print
This commit is contained in:
parent
a1c1860cb9
commit
23baaeee6b
1 changed files with 1 additions and 2 deletions
|
|
@ -472,8 +472,7 @@ func (st *stateTransition) execute() (*ExecutionResult, error) {
|
||||||
if msg.AuthList != nil {
|
if msg.AuthList != nil {
|
||||||
for _, auth := range msg.AuthList {
|
for _, auth := range msg.AuthList {
|
||||||
// Note errors are ignored, we simply skip invalid authorizations here.
|
// Note errors are ignored, we simply skip invalid authorizations here.
|
||||||
err := st.applyAuthorization(msg, &auth)
|
st.applyAuthorization(msg, &auth)
|
||||||
fmt.Println("err:", err)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue