X-Git-Url: http://git.osdn.net/view?p=bytom%2Fvapor.git;a=blobdiff_plain;f=wallet%2Findexer.go;fp=wallet%2Findexer.go;h=d0055d43534dfd23775ba8169a88c6ec9e98124b;hp=f107aeceb04e9e34c09649e24e343d2c27999901;hb=1337be95f74a1d2a1a7316737efde413f29bcb2f;hpb=d15598b9032d9c5a9e93ad826c409afea798afc4 diff --git a/wallet/indexer.go b/wallet/indexer.go index f107aece..d0055d43 100644 --- a/wallet/indexer.go +++ b/wallet/indexer.go @@ -8,13 +8,13 @@ import ( log "github.com/sirupsen/logrus" - "github.com/vapor/account" - "github.com/vapor/blockchain/query" - "github.com/vapor/consensus" - "github.com/vapor/crypto/sha3pool" - chainjson "github.com/vapor/encoding/json" - "github.com/vapor/protocol/bc" - "github.com/vapor/protocol/bc/types" + "github.com/bytom/vapor/account" + "github.com/bytom/vapor/blockchain/query" + "github.com/bytom/vapor/consensus" + "github.com/bytom/vapor/crypto/sha3pool" + chainjson "github.com/bytom/vapor/encoding/json" + "github.com/bytom/vapor/protocol/bc" + "github.com/bytom/vapor/protocol/bc/types" ) func parseGlobalTxIdx(globalTxIdx []byte) (*bc.Hash, uint64) {