mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-01-06 07:54:24 +01:00
channeldb: Open is no longer dependant on a specific set of chain params
This commit is contained in:
@@ -18,7 +18,7 @@ func TestOpenWithCreate(t *testing.T) {
|
||||
|
||||
// Next, open thereby creating channeldb for the first time.
|
||||
dbPath := filepath.Join(tempDirName, "cdb")
|
||||
cdb, err := Open(dbPath, netParams)
|
||||
cdb, err := Open(dbPath)
|
||||
if err != nil {
|
||||
t.Fatalf("unable to create channeldb: %v", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user