EIP 2028: transaction gas lowered from 68 to 16 (#10987)

This commit is contained in:
David
2019-08-23 14:13:02 +02:00
committed by Wei Tang
parent 2af3140a26
commit 79b671f6c7
5 changed files with 26 additions and 2 deletions

View File

@@ -262,7 +262,6 @@ fn test_calldataload(factory: super::Factory) {
assert_eq!(gas_left, U256::from(79_991));
assert_store(&ext, 0, "23ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff23");
}
evm_test!{test_author: test_author_int}