X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=wallet%2Futxo.go;fp=wallet%2Futxo.go;h=0dc78d5fb3e8f9c61d319c6f60a8097d39d610e5;hb=3ad51454a5dbdbcb717632127082bc655297ff12;hp=de61c057232f9b7d6ced73dedaab51b61f148a01;hpb=a7490507ff75fad231be94778ccab649da58fd2d;p=bytom%2Fbytom.git diff --git a/wallet/utxo.go b/wallet/utxo.go index de61c057..0dc78d5f 100644 --- a/wallet/utxo.go +++ b/wallet/utxo.go @@ -5,14 +5,14 @@ import ( log "github.com/sirupsen/logrus" - "github.com/bytom/account" - "github.com/bytom/consensus" - "github.com/bytom/consensus/segwit" - "github.com/bytom/crypto/sha3pool" - "github.com/bytom/errors" - "github.com/bytom/protocol/bc" - "github.com/bytom/protocol/bc/types" - dbm "github.com/bytom/database/leveldb" + "github.com/bytom/bytom/account" + "github.com/bytom/bytom/consensus" + "github.com/bytom/bytom/consensus/segwit" + "github.com/bytom/bytom/crypto/sha3pool" + "github.com/bytom/bytom/errors" + "github.com/bytom/bytom/protocol/bc" + "github.com/bytom/bytom/protocol/bc/types" + dbm "github.com/bytom/bytom/database/leveldb" ) // GetAccountUtxos return all account unspent outputs