mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
Split mnemonics correctly
This commit is contained in:
@@ -16,7 +16,7 @@ namespace BTCPayServer.Models.StoreViewModels
|
||||
|
||||
public string[] Words
|
||||
{
|
||||
get => Mnemonic.Split(" ");
|
||||
get => Mnemonic.Split((char[])null, System.StringSplitOptions.RemoveEmptyEntries);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user