Commit 1fa99781 authored by yxq's avatar yxq Committed by vipwzw

set enableReduceLocaldb in chain33.toml

parent bfddabbc
...@@ -104,7 +104,7 @@ function base_init() { ...@@ -104,7 +104,7 @@ function base_init() {
# blockchain # blockchain
# TODO 剩下evm trade 测试和这个选项有关,在其他pr中解决,不使得这个pr太大 # TODO 剩下evm trade 测试和这个选项有关,在其他pr中解决,不使得这个pr太大
sed -i $sedfix 's/^enableReduceLocaldb=.*/enableReduceLocaldb=false/g' chain33.toml sed -i $sedfix 's/^enableReduceLocaldb=.*/enableReduceLocaldb=true/g' chain33.toml
# ticket # ticket
sed -i $sedfix 's/^ticketPrice =.*/ticketPrice = 10000/g' chain33.toml sed -i $sedfix 's/^ticketPrice =.*/ticketPrice = 10000/g' chain33.toml
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment