Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Commit

Permalink
Fix worker_result_approve_term_sec in API chain properties. #1380
Browse files Browse the repository at this point in the history
  • Loading branch information
maslenitsa93 committed Aug 18, 2019
1 parent cea7097 commit a6a7b09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/api/chain_api_properties.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ namespace golos { namespace api {
worker_from_vesting_fund_percent = src.worker_from_vesting_fund_percent;
worker_from_witness_fund_percent = src.worker_from_witness_fund_percent;
worker_techspec_approve_term_sec = src.worker_techspec_approve_term_sec;
worker_result_approve_term_sec = src.worker_result_approve_term_sec;
min_vote_author_promote_rate = src.min_vote_author_promote_rate;
max_vote_author_promote_rate = src.max_vote_author_promote_rate;
}
Expand Down

0 comments on commit a6a7b09

Please sign in to comment.