Skip to content

Conversation

@DotFunGuy
Copy link

replace new(big.Int).Mul(big.NewInt(1), big.NewInt(params.Ether)) with big.NewInt(params.Ether) when creating OverrideAccount balances in internal/ethapi/api_test.go
removes an unnecessary allocation + multiplication by 1 while keeping identical semantics for the state override helpers

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

Successfully merging this pull request may close these issues.

2 participants