[NOD-437] Fix bad logger import in API Server. (#480)

This commit is contained in:
stasatdaglabs 2019-11-19 11:23:44 +02:00 committed by Svarog
parent acb4b3f260
commit 7b07609fd8

View File

@ -1,7 +1,7 @@
package main
import (
"github.com/daglabs/btcd/logger"
"github.com/daglabs/btcd/apiserver/logger"
"github.com/daglabs/btcd/util/panics"
)