Skip to content

Commit ba41dee

Browse files
committed
fix test code
1 parent 1f3e4c1 commit ba41dee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/tools/yulInterpreter/EVMInstructionInterpreter.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,8 +429,7 @@ u256 EVMInstructionInterpreter::eval(
429429
case Instruction::EXGETLENBYKEY:
430430
case Instruction::EXGETLENBYINDEX:
431431
case Instruction::EXACCOUNTSET:
432-
case Instruction::EXTRANSFERRATESET:
433-
case Instruction::EXTRANSFERRANGESET:
432+
case Instruction::EXTRANSFERFEESET:
434433
case Instruction::EXTRUSTSET:
435434
case Instruction::EXTRUSTLIMIT:
436435
case Instruction::EXGATEWAYBALANCE:

0 commit comments

Comments
 (0)