mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-30 15:40:59 +02:00
multi: support sync freelist option within btcwallet
This commit is contained in:
@@ -45,7 +45,7 @@ func createTestBtcWallet(coinType uint32) (func(), *wallet.Wallet, error) {
|
||||
if err != nil {
|
||||
return nil, nil, err
|
||||
}
|
||||
loader := wallet.NewLoader(&chaincfg.SimNetParams, tempDir, 0)
|
||||
loader := wallet.NewLoader(&chaincfg.SimNetParams, tempDir, true, 0)
|
||||
|
||||
pass := []byte("test")
|
||||
|
||||
|
Reference in New Issue
Block a user