Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
Signed-off-by: sczembor <[email protected]>
  • Loading branch information
sczembor committed Jan 14, 2025
1 parent 09ddd9c commit 53a336d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion cmd/native-relayer/cli/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,13 @@ func createSignReqFetcher() (*native.APISignRequestFetcher, error) {
return native.NewMockAPISignRequestFetcher()
}

func createRelayer(relayerCfg RelayerCfg, db *dal.DB, nativeProcessor *native2ika.Processor, btcProcessor *ika2btc.Processor, fetcher *native.APISignRequestFetcher) (*nbtc.Relayer, error) {
func createRelayer(
relayerCfg RelayerCfg,
db *dal.DB,
nativeProcessor *native2ika.Processor,
btcProcessor *ika2btc.Processor,
fetcher *native.APISignRequestFetcher,
) (*nbtc.Relayer, error) {
relayer, err := nbtc.NewRelayer(
nbtc.RelayerConfig(relayerCfg),
db,
Expand Down

0 comments on commit 53a336d

Please sign in to comment.