OSDN Git Service

Peer add announces new block message num limit
[bytom/vapor.git] / blockchain / query / annotated.go
index 1696b0e..2b1894a 100644 (file)
@@ -53,6 +53,7 @@ type AnnotatedOutput struct {
        AccountAlias    string             `json:"account_alias,omitempty"`
        ControlProgram  chainjson.HexBytes `json:"control_program"`
        Address         string             `json:"address,omitempty"`
+       Vote            chainjson.HexBytes `json:"vote,omitempty"`
 }
 
 //AnnotatedAccount means an annotated account.