OSDN Git Service

rename (#465)
[bytom/vapor.git] / encoding / blockchain / blockchain.go
index 9b1f5df..bf6d758 100644 (file)
@@ -9,7 +9,7 @@ import (
        "math"
        "sync"
 
-       "github.com/vapor/encoding/bufpool"
+       "github.com/bytom/vapor/encoding/bufpool"
 )
 
 var bufPool = sync.Pool{New: func() interface{} { return new([9]byte) }}