OSDN Git Service

versoin1.1.9 (#594)
[bytom/vapor.git] / protocol / validation / vmcontext_test.go
index f0f8506..943aa4a 100644 (file)
@@ -4,17 +4,16 @@ import (
        "fmt"
        "testing"
 
-       "github.com/vapor/errors"
-       "github.com/vapor/protocol/bc"
-       "github.com/vapor/protocol/bc/types"
-       "github.com/vapor/protocol/vm"
+       "github.com/bytom/vapor/errors"
+       "github.com/bytom/vapor/protocol/bc"
+       "github.com/bytom/vapor/protocol/bc/types"
+       "github.com/bytom/vapor/protocol/vm"
 )
 
 func TestCheckOutput(t *testing.T) {
        tx := types.NewTx(types.TxData{
                Inputs: []*types.TxInput{
                        types.NewSpendInput(nil, bc.Hash{}, bc.NewAssetID([32]byte{1}), 5, 1, []byte("spendprog")),
-                       types.NewIssuanceInput(nil, 6, []byte("issueprog"), nil, nil),
                },
                Outputs: []*types.TxOutput{
                        types.NewIntraChainOutput(bc.NewAssetID([32]byte{3}), 8, []byte("wrongprog")),