mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2025-12-18 06:34:27 +01:00
multi: fix various typos in comments
This commit is contained in:
@@ -1200,7 +1200,7 @@ func testTransactionSubscriptions(miner *rpctest.Harness,
|
||||
select {
|
||||
case <-time.After(time.Second * 10):
|
||||
t.Fatalf("transactions not received after 10 seconds")
|
||||
case <-unconfirmedNtfns: // Fall through on successs
|
||||
case <-unconfirmedNtfns: // Fall through on success
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user