Merge pull request #3374 from halseth/ntfr-logger

[trivial] log: correct NTFR -> ntfrLog mapping
This commit is contained in:
Conner Fromknecht 2019-08-05 12:41:24 -07:00 committed by GitHub
commit c3aa46e08b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
log.go

@ -159,7 +159,7 @@ var subsystemLoggers = map[string]btclog.Logger{
"INVC": invcLog,
"NANN": nannLog,
"WTWR": wtwrLog,
"NTFR": ntfnLog,
"NTFR": ntfrLog,
"IRPC": irpcLog,
"CHNF": chnfLog,
"CHBU": chbuLog,