mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-02-01 23:40:35 +00:00
parent
15be763bb3
commit
3a991abb62
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ var coefficients = map[opcode.Opcode]int64{
|
|||
opcode.DIV: 1 << 3,
|
||||
opcode.MOD: 1 << 3,
|
||||
opcode.POW: 1 << 6,
|
||||
opcode.SQRT: 1 << 11,
|
||||
opcode.SQRT: 1 << 6,
|
||||
opcode.SHL: 1 << 3,
|
||||
opcode.SHR: 1 << 3,
|
||||
opcode.NOT: 1 << 2,
|
||||
|
|
Loading…
Add table
Reference in a new issue