mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-30 07:35:07 +02:00
multi: remove litecoin references and comments
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
a24a4c2996
commit
be90bcbe46
@@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user