mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 20:56:42 +00:00
core/vm: remove todo
This commit is contained in:
parent
5b77af394e
commit
4d3b3b5102
1 changed files with 0 additions and 1 deletions
|
|
@ -591,7 +591,6 @@ func (c *bigModExp) RequiredGas(input []byte) uint64 {
|
||||||
if expLen > 32 {
|
if expLen > 32 {
|
||||||
expHead.SetBytes(getData(input, baseLen, 32))
|
expHead.SetBytes(getData(input, baseLen, 32))
|
||||||
} else {
|
} else {
|
||||||
// TODO: Check that if expLen < baseLen, then getData will return an empty slice
|
|
||||||
expHead.SetBytes(getData(input, baseLen, expLen))
|
expHead.SetBytes(getData(input, baseLen, expLen))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue