Skip to content

Commit

Permalink
Change authority_getter object to take const reference instead of string
Browse files Browse the repository at this point in the history
  • Loading branch information
theoreticalbts committed Apr 8, 2016
1 parent b2d188d commit 815ba55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ namespace steemit { namespace chain {
vector<authority>& other )const;
};

typedef std::function<const authority*(string)> authority_getter;
typedef std::function<const authority*(const string&)> authority_getter;

struct signed_transaction : public transaction
{
Expand Down

0 comments on commit 815ba55

Please sign in to comment.