diff --git a/ethcore/src/executive.rs b/ethcore/src/executive.rs index e200b180d82..200ec545364 100644 --- a/ethcore/src/executive.rs +++ b/ethcore/src/executive.rs @@ -826,7 +826,7 @@ mod tests { // 60 00 - push 00 in offset // 60 01 - push 01 value // 60 03 - push 03 to - // 61 ffff - push fff gas + // 61 ffff - push ffff gas // f1 - CALL let code = "60006000600060006001600361fffff1".from_hex().unwrap();