Merged changes from Bitshares PR #1087(performance upgrade - missed blockcount)
This commit is contained in:
parent
2e85219ca4
commit
71e131cca0
1 changed files with 1 additions and 0 deletions
|
|
@ -263,6 +263,7 @@ namespace graphene { namespace chain {
|
||||||
vector<witness_id_type> get_near_witness_schedule()const;
|
vector<witness_id_type> get_near_witness_schedule()const;
|
||||||
void update_witness_schedule();
|
void update_witness_schedule();
|
||||||
void update_witness_schedule(const signed_block& next_block);
|
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_lottery_end_by_participants( asset_id_type asset_id );
|
||||||
void check_ending_lotteries();
|
void check_ending_lotteries();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue