Revert "fix: use cfg.Logger"

This reverts commit b86b597cb8.
This commit is contained in:
Derrick Hammer 2024-01-30 14:28:50 -05:00
parent b86b597cb8
commit e477d681d4
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: cfg.Logger,
Logger: params.Logger,
}, nil
}