We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f9b06e commit 982235fCopy full SHA for 982235f
core/vm/contracts.go
@@ -591,7 +591,6 @@ func (c *bigModExp) RequiredGas(input []byte) uint64 {
591
if expLen > 32 {
592
expHead.SetBytes(getData(input, baseLen, 32))
593
} else {
594
- // TODO: Check that if expLen < baseLen, then getData will return an empty slice
595
expHead.SetBytes(getData(input, baseLen, expLen))
596
}
597
0 commit comments