Skip to content

Reduce # of arguments to connection constructor

Dagur Valberg Johannsson requested to merge less-params into master

Reduce number of arguments by passing the config object and removing the fee relay parameter.

By removing the fee relay parameter, the fee relay is no longer cached at application startup and thus more up to date when queried by clients.

Merge request reports