Skip to content

Commit

Permalink
Update to Neo v3.0.0-CI01105 (neo-project#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
superboyiii authored and joeqian10 committed Apr 7, 2021
1 parent 3e2329d commit 80bd19c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Neo" Version="3.0.0-CI01098" />
<PackageReference Include="Neo" Version="3.0.0-CI01105" />
</ItemGroup>

</Project>
10 changes: 5 additions & 5 deletions tests/Neo.Network.RPC.Tests/RpcTestCases.json
Original file line number Diff line number Diff line change
Expand Up @@ -318,19 +318,19 @@
"Request": {
"jsonrpc": "2.0",
"method": "getcontractstate",
"params": [ "0xb399c051778cf37a1e4ef88509b2e054d0420a32" ],
"params": [ "0xa6a6c15dcdc9b997dac448b6926522d22efeedfb" ],
"id": 1
},
"Response": {
"jsonrpc": "2.0",
"id": 1,
"result": {
"id": -2,
"updatecounter": 2,
"hash": "0xb399c051778cf37a1e4ef88509b2e054d0420a32",
"script": "DANHQVNBGvd7Zw==",
"updatecounter": 0,
"hash": "0xa6a6c15dcdc9b997dac448b6926522d22efeedfb",
"script": "DAhHYXNUb2tlbkEa93tn",
"manifest": {
"name": "GAS",
"name": "GasToken",
"groups": [],
"supportedstandards": [
"NEP-17"
Expand Down

0 comments on commit 80bd19c

Please sign in to comment.