Fixed merge issue
This commit is contained in:
parent
3173f4be32
commit
c2c1e783e7
1 changed files with 2 additions and 2 deletions
|
|
@ -527,8 +527,8 @@ namespace graphene { namespace chain {
|
||||||
public:
|
public:
|
||||||
double calculate_vesting_factor(const account_object& stake_account);
|
double calculate_vesting_factor(const account_object& stake_account);
|
||||||
|
|
||||||
template<class... Types>
|
template<class Type>
|
||||||
void perform_account_maintenance(std::tuple<Types...> helpers);
|
void perform_account_maintenance(Type tally_helper);
|
||||||
///@}
|
///@}
|
||||||
///@}
|
///@}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue