aboutsummaryrefslogtreecommitdiffstats
path: root/block_pool.go
diff options
context:
space:
mode:
Diffstat (limited to 'block_pool.go')
-rw-r--r--block_pool.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/block_pool.go b/block_pool.go
index b2cade6ad..f65d9d576 100644
--- a/block_pool.go
+++ b/block_pool.go
@@ -9,10 +9,10 @@ import (
"sync"
"time"
- "github.com/ethereum/eth-go/ethchain"
- "github.com/ethereum/eth-go/ethlog"
- "github.com/ethereum/eth-go/ethutil"
- "github.com/ethereum/eth-go/ethwire"
+ "github.com/ethereum/go-ethereum/ethchain"
+ "github.com/ethereum/go-ethereum/ethlog"
+ "github.com/ethereum/go-ethereum/ethutil"
+ "github.com/ethereum/go-ethereum/ethwire"
)
var poollogger = ethlog.NewLogger("BPOOL")