multi: remove litecoin references and comments

This commit is contained in:
Elle Mouton
2023-08-03 17:49:12 +02:00
committed by Olaoluwa Osuntokun
parent a24a4c2996
commit be90bcbe46
3 changed files with 3 additions and 6 deletions

View File

@@ -227,8 +227,8 @@ func (c *chanDBRestorer) RestoreChansFromSingles(backups ...chanbackup.Single) e
default:
// Worst case: We have no height hint and start at
// block 1. Should only happen for SCBs in regtest,
// simnet and litecoin.
// block 1. Should only happen for SCBs in regtest
// and simnet.
firstChanHeight = 1
}
}