mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-01-22 09:43:47 +00:00
Merge pull request #2004 from nspcc-dev/fix-diff-71850
core: add price for CALLT instruction
This commit is contained in:
commit
fd36f2568e
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ var coefficients = map[opcode.Opcode]int64{
|
|||
opcode.CALL: 1 << 9,
|
||||
opcode.CALLL: 1 << 9,
|
||||
opcode.CALLA: 1 << 9,
|
||||
opcode.CALLT: 1 << 15,
|
||||
opcode.ABORT: 0,
|
||||
opcode.ASSERT: 1 << 0,
|
||||
opcode.THROW: 1 << 9,
|
||||
|
|
Loading…
Reference in a new issue