base-org / node

Everything required to run your own Base node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

transaction type not supported error in Go-Ethereum client

TangMonk opened this issue · comments

block, err := consts.Web3ClientHTTP.BlockByNumber(context.Background(), big.NewInt(oldBlockNum))
if err != nil {
  fmt.Println("Error fetching block", oldBlockNum, err)
  continue
}
image

I am using github.com/ethereum/go-ethereum v1.13.14

You need to use op-geth, not geth, which is extended to handle OP-stack system transactions.

You need to use op-geth* , not geth, which is extended to handle OP-stack system transactions.

WOW, Thanks a lot!

Maybe the doc should be update

image

@TangMonk We will add this to the docs, thanks 👍