core: add price for CALLT instruction
This commit is contained in:
parent
352450d25a
commit
20e0a0d746
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ var coefficients = map[opcode.Opcode]int64{
|
||||||
opcode.CALL: 1 << 9,
|
opcode.CALL: 1 << 9,
|
||||||
opcode.CALLL: 1 << 9,
|
opcode.CALLL: 1 << 9,
|
||||||
opcode.CALLA: 1 << 9,
|
opcode.CALLA: 1 << 9,
|
||||||
|
opcode.CALLT: 1 << 15,
|
||||||
opcode.ABORT: 0,
|
opcode.ABORT: 0,
|
||||||
opcode.ASSERT: 1 << 0,
|
opcode.ASSERT: 1 << 0,
|
||||||
opcode.THROW: 1 << 9,
|
opcode.THROW: 1 << 9,
|
||||||
|
|
Loading…
Reference in a new issue