Skip to content

Commit

Permalink
#8: fixed format warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sreuland committed Feb 8, 2024
1 parent 42c562a commit b38b813
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/soroban-rpc/internal/daemon/daemon.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ func MustNew(cfg *config.Config) *Daemon {
logger.Fatal("no history archives url were provided")
}


historyArchive, err := historyarchive.NewArchivePool(
cfg.HistoryArchiveURLs,
historyarchive.ArchiveOptions{
Expand Down

0 comments on commit b38b813

Please sign in to comment.