itest: remove unnecessary shutdown

This commit is contained in:
yyforyongyu
2022-10-21 18:19:25 +08:00
parent 8b9ccfe310
commit a080375b7d
3 changed files with 0 additions and 7 deletions

View File

@ -355,10 +355,7 @@ func testAnchorThirdPartySpend(ht *lntest.HarnessTest) {
// lnd binary.
args := lntest.NodeArgsForCommitType(lnrpc.CommitmentType_ANCHORS)
alice := ht.NewNode("Alice", args)
defer ht.Shutdown(alice)
bob := ht.NewNode("Bob", args)
defer ht.Shutdown(bob)
ht.EnsureConnected(alice, bob)