mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-19 12:01:27 +02:00
multi: fix linter warnings
This commit is contained in:
@@ -706,7 +706,7 @@ func (l *channelLink) syncChanStates() error {
|
||||
// very same nonce that we sent above, as they should
|
||||
// take the latest verification nonce we send.
|
||||
if chanState.ChanType.IsTaproot() {
|
||||
fundingLockedMsg.NextLocalNonce = localChanSyncMsg.LocalNonce
|
||||
fundingLockedMsg.NextLocalNonce = localChanSyncMsg.LocalNonce //nolint:lll
|
||||
}
|
||||
|
||||
// For channels that negotiated the option-scid-alias
|
||||
|
Reference in New Issue
Block a user