From 60fe81da16dfe458311671d493a8873191c2e10c Mon Sep 17 00:00:00 2001 From: etherinc <36263855+etherinc@users.noreply.github.com> Date: Tue, 13 Feb 2018 00:19:19 +0530 Subject: [PATCH] Update consensus.go --- consensus/ethash/consensus.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consensus/ethash/consensus.go b/consensus/ethash/consensus.go index 51fc33a094..d5ee9fb060 100644 --- a/consensus/ethash/consensus.go +++ b/consensus/ethash/consensus.go @@ -20,8 +20,8 @@ import ( "bytes" "errors" "fmt" - "math/big" "math" + "math/big" "runtime" "time"