Skip to content

Commit

Permalink
modify min tax rate to 0.1%
Browse files Browse the repository at this point in the history
  • Loading branch information
Yun committed Nov 18, 2019
1 parent 8280c4e commit bb7e769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/updates/columbus-2-to-columbus-3.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ def process_raw_genesis(genesis, parsed_args):
'TSLs': []
}

genesis['app_state']['treasury']['params']['tax_policy']['rate_min'] = '0.005' # 0.5%
genesis['app_state']['treasury']['params']['tax_policy']['rate_min'] = '0.001' # 0.1%

# TODO - should we need to add window_probation?
# del genesis['app_state']['treasury']['params']['window_probation']
Expand Down

0 comments on commit bb7e769

Please sign in to comment.