mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
staticaddr/openchannel: fix nolint directive
This commit is contained in:
parent
6582aa0807
commit
814f046d8b
1 changed files with 1 additions and 1 deletions
|
|
@ -615,7 +615,7 @@ func (m *Manager) openChannelPsbt(ctx context.Context,
|
|||
"address: %w", err)
|
||||
}
|
||||
|
||||
//nolint:ll
|
||||
//nolint:lll
|
||||
signedTx, unsignedPsbt, err := m.cfg.WithdrawalManager.CreateFinalizedWithdrawalTx(
|
||||
ctx, deposits, channelFundingAddress, feeRate,
|
||||
fundingAmount, req.CommitmentType,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue