mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-12 14:12:27 +02:00
multi: remove litecoin references and comments
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
a24a4c2996
commit
be90bcbe46
@ -1316,8 +1316,6 @@ func newServer(cfg *Config, listenAddrs []net.Addr,
|
||||
// in the case this gets re-orged out, and
|
||||
// we will require more confirmations before
|
||||
// we consider it open.
|
||||
// TODO(halseth): Use Litecoin params in case
|
||||
// of LTC channels.
|
||||
|
||||
// In case the user has explicitly specified
|
||||
// a default value for the number of
|
||||
@ -1357,7 +1355,6 @@ func newServer(cfg *Config, listenAddrs []net.Addr,
|
||||
// close) linearly from minRemoteDelay blocks
|
||||
// for small channels, to maxRemoteDelay blocks
|
||||
// for channels of size MaxFundingAmount.
|
||||
// TODO(halseth): Litecoin parameter for LTC.
|
||||
|
||||
// In case the user has explicitly specified
|
||||
// a default value for the remote delay, we
|
||||
|
Reference in New Issue
Block a user