DouCrazy

Results 2 comments of DouCrazy

And in [Querying Transactions](https://goethereumbook.org/zh/transaction-query/) ``` if msg, err := tx.AsMessage(types.NewEIP155Signer(chainID)); err == nil { fmt.Println(msg.From().Hex()) // 0x0fD081e3Bb178dc45c0cb23202069ddA57064258 } ``` it report: ``` not enough arguments in call to tx.AsMessage have...

same issue ``` t=2022-03-30T04:06:33+0000 lvl=info msg="Downloader queue stats" receiptTasks=0 blockTasks=380 itemSize="4.45 KiB" throttle=8192 t=2022-03-30T04:06:38+0000 lvl=eror msg="Snapshot extension registration failed" peer=51071016 err="peer connected on snap without compatible eth support" t=2022-03-30T04:07:12+0000 lvl=eror...