Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
pingpongsneak committed Mar 16, 2021
2 parents b82939e + 83cb95d commit 90d8631
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cypcore/cypcore.csproj
Expand Up @@ -30,7 +30,7 @@
<PackageReference Include="CliWrap" Version="3.3.1" />
<PackageReference Include="Dawn.Guard" Version="1.12.0" />
<PackageReference Include="FlatSharp" Version="5.0.0" />
<PackageReference Include="libsecp256k1Zkp.Net" Version="1.1.6" />
<PackageReference Include="libsecp256k1Zkp.Net" Version="1.1.7" />
<PackageReference Include="libsignal-protocol-dotnet" Version="2.8.1" />
<PackageReference Include="MessagePack" Version="1.9.11" />
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
Expand Down
2 changes: 1 addition & 1 deletion cypnode/appsettings.json
Expand Up @@ -33,7 +33,7 @@
]
},
"NodeMonitor": {
"Enabled": true,
"Enabled": false,
"Tester": {
"Listening": "127.0.0.1",
"Port": 7005
Expand Down

0 comments on commit 90d8631

Please sign in to comment.