mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-24 15:02:17 +01:00
Remove check to see if seed exists when loading a wallet, the key manager can initiate the seed if it dne (#5094)
This commit is contained in:
parent
514cb54f69
commit
4fd7af04ca
1 changed files with 0 additions and 2 deletions
|
@ -95,8 +95,6 @@ sealed trait DLCWalletLoaderApi extends Logging with StartStopAsync[Unit] {
|
|||
|
||||
(for {
|
||||
kmConfig <- kmConfigF
|
||||
_ = if (!kmConfig.seedExists())
|
||||
throw new RuntimeException(s"Wallet `${walletName}` does not exist")
|
||||
|
||||
// First thing start the key manager to be able to fail fast if the password is invalid
|
||||
_ <- kmConfig.start()
|
||||
|
|
Loading…
Add table
Reference in a new issue