From 60457c7ed8f1004b5743177cad986b58e0e37d80 Mon Sep 17 00:00:00 2001 From: Wei Tang Date: Fri, 27 Apr 2018 17:46:08 +0800 Subject: [PATCH] typo: fff -> ffff --- ethcore/src/executive.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();