Skip to content

Commit

Permalink
Merge pull request #1693 from steemit/1692-blog-entry-permlink-type
Browse files Browse the repository at this point in the history
Follow API permlink incorrectly account_name_type
  • Loading branch information
Michael Vandeberg committed Oct 24, 2017
2 parents a0a2b74 + 3ab97cd commit ce0976e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ struct comment_feed_entry
struct blog_entry
{
account_name_type author;
account_name_type permlink;
string permlink;
account_name_type blog;
time_point_sec reblog_on;
uint32_t entry_id = 0;
Expand Down

0 comments on commit ce0976e

Please sign in to comment.