autorelay: send addresses on eventbus; dont wrap address factory (#3071)

This commit is contained in:
sukun
2025-02-18 18:36:17 +05:30
committed by GitHub
parent fe11448914
commit 914331ba90
9 changed files with 224 additions and 132 deletions

View File

@@ -532,7 +532,7 @@ func (cfg *Config) NewNode() (host.Host, error) {
}
fxopts = append(fxopts, transportOpts...)
// Configure routing and autorelay
// Configure routing
if cfg.Routing != nil {
fxopts = append(fxopts,
fx.Provide(cfg.Routing),