refactor: update max_rpc_sc_price default to 0.1

This commit is contained in:
Derrick Hammer 2024-03-10 14:36:45 -04:00
parent 51d74b6483
commit 22a5c661bc
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ type SiaConfig struct {
func (s SiaConfig) Defaults() map[string]interface{} { func (s SiaConfig) Defaults() map[string]interface{} {
return map[string]interface{}{ return map[string]interface{}{
"max_rpc_sc_price": 1, "max_rpc_sc_price": 0.1,
"max_contract_sc_price": 1, "max_contract_sc_price": 1,
"price_history_days": 90, "price_history_days": 90,
} }