forked from TrueCloudLab/neoneo-go
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…
Reference in a new issue