Skip to content

Commit

Permalink
Set the price of RET to 0 (#1379)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikzhang authored Dec 22, 2019
1 parent 37136d6 commit 44e7f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neo/SmartContract/ApplicationEngine.OpCodePrices.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ partial class ApplicationEngine
[OpCode.THROW] = 30,
[OpCode.THROWIF] = 30,
[OpCode.THROWIFNOT] = 30,
[OpCode.RET] = 40,
[OpCode.RET] = 0,
[OpCode.SYSCALL] = 0,
[OpCode.DEPTH] = 60,
[OpCode.DROP] = 60,
Expand Down

0 comments on commit 44e7f3b

Please sign in to comment.