Skip to content

Commit

Permalink
Update SQRT price (#2540)
Browse files Browse the repository at this point in the history
  • Loading branch information
vang1ong7ang authored Jul 16, 2021
1 parent 2658cd7 commit 79ccb78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/neo/SmartContract/ApplicationEngine.OpCodePrices.cs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ partial class ApplicationEngine
[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,
Expand Down
2 changes: 1 addition & 1 deletion src/neo/neo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<PackageReference Include="BouncyCastle.NetCore" Version="1.8.8" />
<PackageReference Include="K4os.Compression.LZ4" Version="1.2.6" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="5.0.6" />
<PackageReference Include="Neo.VM" Version="3.0.0-CI00280" />
<PackageReference Include="Neo.VM" Version="3.0.0-CI00281" />
</ItemGroup>

</Project>

0 comments on commit 79ccb78

Please sign in to comment.