Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eip155 攻击 #114

Open
albertjay0902 opened this issue Nov 29, 2023 · 3 comments
Open

eip155 攻击 #114

albertjay0902 opened this issue Nov 29, 2023 · 3 comments

Comments

@albertjay0902
Copy link

298f0be852836fa7e158e2617789adb6d28d80c365b4f9062ed41c780edaf0b6

@albertjay0902
Copy link
Author

Not
` chainID, err := client.NetworkID(context.Background())
if err != nil {
log.Fatal(err)
}

    if msg, err := tx.AsMessage(types.NewEIP155Signer(chainID)); err == nil {
        fmt.Println(msg.From().Hex()) // 0x0fD081e3Bb178dc45c0cb23202069ddA57064258
    }`

@TNT-ma
Copy link

TNT-ma commented Nov 30, 2023

话说这个项目怎么调用的我都没看懂,编译出来运行不了

@DreamerLWJ
Copy link

貌似并没有在TRON上发现交易可重放

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants