staticaddr: deposit logger

This commit is contained in:
Slyghtning 2024-03-07 17:27:33 +01:00
parent 52a11a0b1b
commit d76c99ca9f
No known key found for this signature in database
GPG key ID: F82D456EA023C9BF

View file

@ -22,3 +22,8 @@ func init() {
func UseLogger(logger btclog.Logger) {
log = logger
}
// GetLogger returns the logger for this package.
func GetLogger() btclog.Logger {
return log
}