ethlog => logger

This commit is contained in:
obscuren
2014-10-31 12:56:05 +01:00
parent fd9da72536
commit b1c247231b
33 changed files with 146 additions and 146 deletions

View File

@@ -5,11 +5,11 @@ import (
"fmt"
"math/big"
"github.com/ethereum/go-ethereum/ethlog"
"github.com/ethereum/go-ethereum/ethutil"
"github.com/ethereum/go-ethereum/logger"
)
var chainlogger = ethlog.NewLogger("CHAIN")
var chainlogger = logger.NewLogger("CHAIN")
type ChainManager struct {
Ethereum EthManager