OSDN Git Service

Mov (#518)
[bytom/vapor.git] / protocol / bc / types / vote_output.go
index ffeb595..673b2b5 100644 (file)
@@ -30,4 +30,5 @@ func NewVoteOutput(assetID bc.AssetID, amount uint64, controlProgram []byte, vot
        }
 }
 
+// OutputType implement the txout interface
 func (it *VoteOutput) OutputType() uint8 { return VoteOutputType }