SON118 - Comment correction, SON statistics object implementation type correction
This commit is contained in:
parent
9e9fb08739
commit
33aeafd4b1
2 changed files with 2 additions and 2 deletions
|
|
@ -154,7 +154,7 @@ void database::pay_sons()
|
|||
});
|
||||
}
|
||||
});
|
||||
//Not the last son pay out time
|
||||
//Note the last son pay out time
|
||||
modify( dpo, [&]( dynamic_global_property_object& _dpo )
|
||||
{
|
||||
_dpo.last_son_payout_time = now;
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ namespace graphene { namespace chain {
|
|||
{
|
||||
public:
|
||||
static const uint8_t space_id = implementation_ids;
|
||||
static const uint8_t type_id = impl_account_statistics_object_type;
|
||||
static const uint8_t type_id = impl_son_statistics_object_type;
|
||||
|
||||
account_id_type owner;
|
||||
// Transactions signed since the last son payouts
|
||||
|
|
|
|||
Loading…
Reference in a new issue