Skip to content

Commit

Permalink
Networkz (stratisproject#22)
Browse files Browse the repository at this point in the history
* using Apex throughout solution

* removed unused assert method in Networks

* remove left behind

* remove extra space
  • Loading branch information
bokobza authored and monsieurleberre committed Jun 13, 2018
1 parent 6fcd6dc commit 5695d90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FedKeyPairGen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<ItemGroup>
<ProjectReference Include="..\Stratis.FederatedPeg\Stratis.FederatedPeg.csproj" />
<ProjectReference Include="..\Stratis.Networks.Apex\Stratis.Networks.Apex.csproj" />
<ProjectReference Include="..\Stratis.Sidechains.Networks\Stratis.Sidechains.Networks.csproj" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System.Linq;
using NBitcoin;
using NBitcoin.DataEncoders;
using Stratis.Networks.Apex;
using Stratis.Sidechains.Networks;

namespace FedKeyPairGen
{
Expand Down

0 comments on commit 5695d90

Please sign in to comment.