Merged changes from Bitshares PR #1087(performance upgrade - missed blockcount)

This commit is contained in:
Ronak Patel 2019-09-03 18:23:45 +05:30 committed by Sandip Patel
parent 2e85219ca4
commit 71e131cca0

View file

@ -263,6 +263,7 @@ namespace graphene { namespace chain {
vector<witness_id_type> get_near_witness_schedule()const;
void update_witness_schedule();
void update_witness_schedule(const signed_block& next_block);
uint32_t update_witness_missed_blocks( const signed_block& b );
void check_lottery_end_by_participants( asset_id_type asset_id );
void check_ending_lotteries();