X-Git-Url: http://git.osdn.net/view?p=bytom%2Fvapor.git;a=blobdiff_plain;f=account%2Fbuilder.go;fp=account%2Fbuilder.go;h=552dcc7825fc63413a9cff91ab8fa86ce58c7bca;hp=af80a000172756a7c70c7d694ee51933062a20ad;hb=1337be95f74a1d2a1a7316737efde413f29bcb2f;hpb=d15598b9032d9c5a9e93ad826c409afea798afc4 diff --git a/account/builder.go b/account/builder.go index af80a000..552dcc78 100644 --- a/account/builder.go +++ b/account/builder.go @@ -4,16 +4,16 @@ import ( "context" stdjson "encoding/json" - "github.com/vapor/blockchain/signers" - "github.com/vapor/blockchain/txbuilder" - "github.com/vapor/common" - "github.com/vapor/consensus" - "github.com/vapor/crypto/ed25519/chainkd" - "github.com/vapor/encoding/json" - "github.com/vapor/errors" - "github.com/vapor/protocol/bc" - "github.com/vapor/protocol/bc/types" - "github.com/vapor/protocol/vm/vmutil" + "github.com/bytom/vapor/blockchain/signers" + "github.com/bytom/vapor/blockchain/txbuilder" + "github.com/bytom/vapor/common" + "github.com/bytom/vapor/consensus" + "github.com/bytom/vapor/crypto/ed25519/chainkd" + "github.com/bytom/vapor/encoding/json" + "github.com/bytom/vapor/errors" + "github.com/bytom/vapor/protocol/bc" + "github.com/bytom/vapor/protocol/bc/types" + "github.com/bytom/vapor/protocol/vm/vmutil" ) var (