Skip to content

Commit

Permalink
Use local copies instead of dotnetstandard_bip32 package
Browse files Browse the repository at this point in the history
  • Loading branch information
farukterzioglu committed Apr 6, 2022
1 parent 1aeaae7 commit d11ff41
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/HDWallet.Ed25519/HDWallet.Ed25519.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

<ItemGroup>
<ProjectReference Include="..\HDWallet.Core\HDWallet.Core.csproj" />
<ProjectReference Include="..\Dependencies\dotnetstandard-bip32\dotnetstandard-bip32\dotnetstandard-bip32.csproj" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/HDWallet.Ed25519/HdWalletEd25519.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System;
using dotnetstandard_bip32;
using bip32;
using HDWallet.Core;

namespace HDWallet.Ed25519
Expand Down
2 changes: 1 addition & 1 deletion src/HDWallet.Ed25519/Wallet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using HDWallet.Core;
using Ed25519;
using NBitcoin.DataEncoders;
using dotnetstandard_bip32;
using bip32;

namespace HDWallet.Ed25519
{
Expand Down

0 comments on commit d11ff41

Please sign in to comment.