Skip to content

Commit

Permalink
Address the pull request review comments by guggero.
Browse files Browse the repository at this point in the history
  • Loading branch information
luke committed Aug 26, 2024
1 parent ea7b2b0 commit 96b388e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tapcfg/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,8 @@ func genServerConfig(cfg *Config, cfgLogger btclog.Logger,
ChannelLister: walletAnchor,
AliasManager: lndRouterClient,
// nolint: lll
AcceptPriceDeviationPpm: rfqCfg.AcceptPriceDeviationPpm,
AcceptPriceDeviationPpm: rfqCfg.AcceptPriceDeviationPpm,
// nolint: lll
SkipAcceptQuotePriceCheck: rfqCfg.SkipAcceptQuotePriceCheck,
ErrChan: mainErrChan,
},
Expand Down

0 comments on commit 96b388e

Please sign in to comment.