From d271cc649e34963507411d4915512353ae1780e4 Mon Sep 17 00:00:00 2001 From: Determinant Date: Thu, 15 Aug 2019 00:40:08 -0400 Subject: enable colored log --- examples/payments/main.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'examples/payments/main.go') diff --git a/examples/payments/main.go b/examples/payments/main.go index 8a1dca8..4445406 100644 --- a/examples/payments/main.go +++ b/examples/payments/main.go @@ -13,7 +13,6 @@ import ( "github.com/ethereum/go-ethereum/core" "github.com/Determinant/coreth/eth" "github.com/Determinant/coreth" - "github.com/ethereum/go-ethereum/log" "github.com/ethereum/go-ethereum/params" "github.com/ethereum/go-ethereum/common" ) @@ -23,7 +22,6 @@ func checkError(err error) { } func main() { - log.Root().SetHandler(log.StderrHandler) config := eth.DefaultConfig chainConfig := ¶ms.ChainConfig { ChainID: big.NewInt(1), -- cgit v1.2.3