elucidsoft / dotnetstandard-bip39

BIP39 Implementation in .NET Standard 2.0
Apache License 2.0
13 stars 5 forks source link

fix: Invalid mnemonic on linux #2

Closed darkfriend77 closed 2 years ago

elucidsoft commented 2 years ago

Interesting that Environment.NewLine didn't work properly. The fix makes sense, and LGTM. Thank you!