Skip to content

Commit

Permalink
steemit#2140 fix get_config.json.pat
Browse files Browse the repository at this point in the history
  • Loading branch information
TimCliff authored and mvandeberg committed Jul 18, 2018
1 parent 0ec9406 commit ec99162
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,10 @@
"STEEM_SAVINGS_WITHDRAW_REQUEST_LIMIT": 100,
"STEEM_SAVINGS_WITHDRAW_TIME": "259200000000",
"STEEM_SBD_INTEREST_COMPOUND_INTERVAL_SEC": 2592000,
"STEEM_SBD_START_PERCENT": 200,
"STEEM_SBD_STOP_PERCENT": 500,
"STEEM_SBD_START_PERCENT_HF14": 200,
"STEEM_SBD_START_PERCENT_HF20": 900,
"STEEM_SBD_STOP_PERCENT_HF14": 500,
"STEEM_SBD_STOP_PERCENT_HF20": 1000,
"STEEM_SECONDS_PER_YEAR": 31536000,
"STEEM_SECOND_CASHOUT_WINDOW": 259200,
"STEEM_SOFT_MAX_BLOCK_SIZE": 2097152,
Expand All @@ -158,4 +160,4 @@
"STEEM_VOTE_DUST_THRESHOLD": 50000000,
"STEEM_VOTE_REGENERATION_SECONDS": 432000,
"VESTS_SYMBOL": "VESTS"
}
}

0 comments on commit ec99162

Please sign in to comment.