Skip to content

Commit

Permalink
types: Add CommentOperation.JsonMetadata
Browse files Browse the repository at this point in the history
  • Loading branch information
tchap committed Aug 17, 2017
1 parent 57b3a4f commit 86fb422
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/operations.go
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ type CommentOperation struct {
ParentAuthor string `json:"parent_author"`
ParentPermlink string `json:"parent_permlink"`
Body string `json:"body"`
JsonMetadata string `json:"json_metadata"`
}

func (op *CommentOperation) Type() OpType {
Expand Down

0 comments on commit 86fb422

Please sign in to comment.