diff options
Diffstat (limited to 'examples')
-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), |