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

U256 Nonce waste #43

Open
wenyuanhust opened this issue Jul 11, 2022 · 0 comments
Open

U256 Nonce waste #43

wenyuanhust opened this issue Jul 11, 2022 · 0 comments

Comments

@wenyuanhust
Copy link

pub struct Account { pub nonce: U256, ... }
But in go ethereum, it is
type Account struct { Nonce uint64 ... }
looks like 24 bytes are wasted, is this intended? why?

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

1 participant