core/vm: polish RETURNDATA, add missing returns to CALL*
This commit is contained in:
@ -26,7 +26,7 @@ func memorySha3(stack *Stack) *big.Int {
|
||||
return calcMemSize(stack.Back(0), stack.Back(1))
|
||||
}
|
||||
|
||||
func memoryCalldataCopy(stack *Stack) *big.Int {
|
||||
func memoryCallDataCopy(stack *Stack) *big.Int {
|
||||
return calcMemSize(stack.Back(0), stack.Back(2))
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user