X-Git-Url: http://git.osdn.net/view?p=bytom%2Fvapor.git;a=blobdiff_plain;f=p2p%2Fdiscover%2Fdht%2Fdatabase.go;fp=p2p%2Fdiscover%2Fdht%2Fdatabase.go;h=ce285a64bfe459ddf2f248e0d98886275cda4541;hp=13dc923f6f37acf94c562543d8d77ddc136ae75a;hb=1337be95f74a1d2a1a7316737efde413f29bcb2f;hpb=d15598b9032d9c5a9e93ad826c409afea798afc4 diff --git a/p2p/discover/dht/database.go b/p2p/discover/dht/database.go index 13dc923f..ce285a64 100644 --- a/p2p/discover/dht/database.go +++ b/p2p/discover/dht/database.go @@ -15,9 +15,9 @@ import ( log "github.com/sirupsen/logrus" wire "github.com/tendermint/go-wire" - "github.com/vapor/crypto" - dbm "github.com/vapor/database/leveldb" - "github.com/vapor/errors" + "github.com/bytom/vapor/crypto" + dbm "github.com/bytom/vapor/database/leveldb" + "github.com/bytom/vapor/errors" ) var (