OSDN Git Service

test: add utxo test for cross-chain tx (#72)
[bytom/vapor.git] / blockchain / txfeed / txfeed.go
index 48067a5..5a0396f 100644 (file)
@@ -353,9 +353,6 @@ func buildAnnotatedInput(tx *types.Tx, i uint32) *query.AnnotatedInput {
                in.Type = "spend"
                in.ControlProgram = orig.ControlProgram()
                in.SpentOutputID = e.SpentOutputId
-       case *bc.Issuance:
-               in.Type = "issue"
-               in.IssuanceProgram = orig.IssuanceProgram()
        }
 
        return in