OSDN Git Service

init for remove issue (#63)
[bytom/vapor.git] / protocol / validation / vmcontext_test.go
index f0f8506..9f6e730 100644 (file)
@@ -14,7 +14,6 @@ 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")),