Skip to content

Commit

Permalink
Update Rocksdb (#418)
Browse files Browse the repository at this point in the history
* Revert "Dont fetch/process deposits until the CCTS has cleared its suspended transfers (#367)"

This reverts commit 334b4f0.

* Update Nuget
  • Loading branch information
fassadlr authored Feb 12, 2021
1 parent 400086f commit 7a61ca7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<PackageReference Include="LevelDB.Standard" Version="2.1.6.1" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.0.1" />
<PackageReference Include="Microsoft.FASTER" Version="2020.2.1.1" />
<PackageReference Include="Stratis.RocksDB" Version="0.0.9.2-alpha" />
<PackageReference Include="Stratis.RocksDB" Version="0.0.9.3-alpha" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Stratis.Bitcoin/Stratis.Bitcoin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<PackageReference Include="NLog" Version="4.7.3" />
<PackageReference Include="NLog.Extensions.Logging" Version="1.6.4" />
<PackageReference Include="Polly" Version="6.1.2" />
<PackageReference Include="Stratis.RocksDB" Version="0.0.9.2-alpha" />
<PackageReference Include="Stratis.RocksDB" Version="0.0.9.3-alpha" />
<PackageReference Include="StyleCop.Analyzers" Version="1.0.2" />
<PackageReference Include="System.Reactive" Version="4.0.0" />
<PackageReference Include="System.ValueTuple" Version="4.3.1" />
Expand Down

0 comments on commit 7a61ca7

Please sign in to comment.