fix: use cfg.Logger

This commit is contained in:
Derrick Hammer 2024-01-30 14:21:55 -05:00
parent 9224dcd119
commit b86b597cb8
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ func NewS5Protocol(
S5Protocol: proto,
S5NodeConfig: cfg,
Db: cfg.DB,
Logger: params.Logger,
Logger: cfg.Logger,
}, nil
}