-
Notifications
You must be signed in to change notification settings - Fork 10
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
Simplify withdrawals logic #16
Conversation
3f34c46
to
cf771a4
Compare
Hmm I have no idea why the CI is failing to kick off though 🤔 |
Lol, I've just opened this and seen that you did CI stuff here. #17 is probably superfluous |
It's fine we can merge it and I'll pull :) I was also bothered by the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm :)
txn_ir[1].trie_roots_after.state_root = final_trie_state.state.hash(); | ||
} | ||
} | ||
last_inputs.withdrawals = withdrawals; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll be honest this made me double take at first
cf 0xPolygonZero/zk_evm#167