Skip to content

Commit

Permalink
Add Portuguese wordlist for BIP-39 etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Coding-Enthusiast committed Dec 21, 2020
1 parent a1ca817 commit e3b52e3
Show file tree
Hide file tree
Showing 4 changed files with 2,054 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Src/Autarkysoft.Bitcoin/Autarkysoft.Bitcoin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
<None Remove="ImprovementProposals\BIP0039WordLists\Italian.txt" />
<None Remove="ImprovementProposals\BIP0039WordLists\Japanese.txt" />
<None Remove="ImprovementProposals\BIP0039WordLists\Korean.txt" />
<None Remove="ImprovementProposals\BIP0039WordLists\Portuguese.txt" />
<None Remove="ImprovementProposals\BIP0039WordLists\Spanish.txt" />
</ItemGroup>

Expand All @@ -62,6 +63,7 @@
<EmbeddedResource Include="ImprovementProposals\BIP0039WordLists\Italian.txt" />
<EmbeddedResource Include="ImprovementProposals\BIP0039WordLists\Japanese.txt" />
<EmbeddedResource Include="ImprovementProposals\BIP0039WordLists\Korean.txt" />
<EmbeddedResource Include="ImprovementProposals\BIP0039WordLists\Portuguese.txt" />
<EmbeddedResource Include="ImprovementProposals\BIP0039WordLists\Spanish.txt" />
</ItemGroup>

Expand Down
3 changes: 2 additions & 1 deletion Src/Autarkysoft.Bitcoin/ImprovementProposals/BIP0039.cs
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@ public enum WordLists
Japanese,
Korean,
Spanish,
Czech
Czech,
Portuguese
}
#pragma warning restore CS1591 // Missing XML comment for publicly visible type or member

Expand Down

0 comments on commit e3b52e3

Please sign in to comment.