OSDN Git Service

add cancel vote (#172)
[bytom/vapor.git] / protocol / bc / types / transaction.go
index 08e6f6c..52f50a9 100644 (file)
@@ -53,6 +53,8 @@ func (tx *Tx) SetInputArguments(n uint32, args [][]byte) {
                e.WitnessArguments = args
        case *bc.CrossChainInput:
                e.WitnessArguments = args
+       case *bc.VetoInput:
+               e.WitnessArguments = args
        }
 }