mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-26 17:52:25 +01:00
chainntfns: stop neutrino service before closing DB in interface_test.go
This commit is contained in:
parent
9a02884d0b
commit
db55569bac
@ -1423,8 +1423,8 @@ func TestInterfaces(t *testing.T) {
|
||||
spvNode.Start()
|
||||
|
||||
cleanUp = func() {
|
||||
spvDatabase.Close()
|
||||
spvNode.Stop()
|
||||
spvDatabase.Close()
|
||||
os.RemoveAll(spvDir)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user