diff options
author | Determinant <[email protected]> | 2019-08-15 00:40:08 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2019-08-15 00:40:08 -0400 |
commit | d271cc649e34963507411d4915512353ae1780e4 (patch) | |
tree | 91cf978b1c207719ad14e4766516add5ad360f62 /examples/payments | |
parent | 03513e267d25b5086b3f905b6d1bc5635fcda845 (diff) |
enable colored log
Diffstat (limited to 'examples/payments')
-rw-r--r-- | examples/payments/main.go | 2 |
1 files changed, 0 insertions, 2 deletions
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), |