mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2025-12-17 22:24:21 +01:00
chainntfns: stop neutrino service before closing DB in interface_test.go
This commit is contained in:
@@ -1423,8 +1423,8 @@ func TestInterfaces(t *testing.T) {
|
||||
spvNode.Start()
|
||||
|
||||
cleanUp = func() {
|
||||
spvDatabase.Close()
|
||||
spvNode.Stop()
|
||||
spvDatabase.Close()
|
||||
os.RemoveAll(spvDir)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user