-
Notifications
You must be signed in to change notification settings - Fork 470
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
Transaction index Uint different in Transaction and Log #335
Comments
PR welcome! |
Do you have a preference if its one way or another? I lean toward U256 but dont really care |
it's |
On log, its a straight |
Sounds good! |
Closed via #336 |
Transaction index for a transaction type is
Option<U128>
but for a log isOption<U256>
. These should be consistentThe text was updated successfully, but these errors were encountered: