refactor: update max_rpc_sc_price default to 0.1
This commit is contained in:
parent
51d74b6483
commit
22a5c661bc
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue