Skip to content

Commit

Permalink
Merge pull request GolosChain#1383 from GolosChain/opdump-fic
Browse files Browse the repository at this point in the history
Fix comment meta in opdump
  • Loading branch information
afalaleev authored Aug 19, 2019
2 parents dd96c33 + 46564ef commit 88eb0e9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ class operation_dump_visitor {
fc::raw::pack(b, op.permlink);
fc::raw::pack(b, op.title);
fc::raw::pack(b, op.body);
fc::raw::pack(b, bool(op.json_metadata.size()) && fc::is_utf8(op.json_metadata));
fc::raw::pack(b, golos::plugins::tags::get_metadata(op.json_metadata, TAGS_NUMBER, TAG_MAX_LENGTH));
fc::raw::pack(b, _block.timestamp);
}
Expand Down

0 comments on commit 88eb0e9

Please sign in to comment.