aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/block_chain.go
diff options
context:
space:
mode:
authorzelig <viktor.tron@gmail.com>2014-06-27 01:45:57 +0800
committerzelig <viktor.tron@gmail.com>2014-06-27 01:45:57 +0800
commit853053a3b204ddf4ae935e70e0aa5b5d8994493e (patch)
tree8e86c3aa0f913288f2a789c3517444e6fe0583b9 /ethchain/block_chain.go
parentda38faa8f7c0f2a6620b54e46fc38a201845e104 (diff)
downloadgo-tangerine-853053a3b204ddf4ae935e70e0aa5b5d8994493e.tar
go-tangerine-853053a3b204ddf4ae935e70e0aa5b5d8994493e.tar.gz
go-tangerine-853053a3b204ddf4ae935e70e0aa5b5d8994493e.tar.bz2
go-tangerine-853053a3b204ddf4ae935e70e0aa5b5d8994493e.tar.lz
go-tangerine-853053a3b204ddf4ae935e70e0aa5b5d8994493e.tar.xz
go-tangerine-853053a3b204ddf4ae935e70e0aa5b5d8994493e.tar.zst
go-tangerine-853053a3b204ddf4ae935e70e0aa5b5d8994493e.zip
go fmt
Diffstat (limited to 'ethchain/block_chain.go')
-rw-r--r--ethchain/block_chain.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethchain/block_chain.go b/ethchain/block_chain.go
index 05b2564cf..d0fea6641 100644
--- a/ethchain/block_chain.go
+++ b/ethchain/block_chain.go
@@ -2,9 +2,9 @@ package ethchain
import (
"bytes"
+ "github.com/ethereum/eth-go/ethlog"
"github.com/ethereum/eth-go/ethutil"
"github.com/ethereum/eth-go/ethwire"
- "github.com/ethereum/eth-go/ethlog"
"math"
"math/big"
)