aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2019-08-15 00:40:08 -0400
committerDeterminant <ted.sybil@gmail.com>2019-08-15 00:40:08 -0400
commitd271cc649e34963507411d4915512353ae1780e4 (patch)
tree91cf978b1c207719ad14e4766516add5ad360f62 /examples
parent03513e267d25b5086b3f905b6d1bc5635fcda845 (diff)
enable colored log
Diffstat (limited to 'examples')
-rw-r--r--examples/payments/main.go2
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 := &params.ChainConfig {
ChainID: big.NewInt(1),