fee: adjust SQRT price

See neo-project/neo#2540.
This commit is contained in:
Roman Khimov 2021-07-16 10:46:47 +03:00
parent 15be763bb3
commit 3a991abb62

View file

@ -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,