fix: max_rpc_price needs to be max_rpc_sc_price

This commit is contained in:
Derrick Hammer 2024-03-10 14:35:05 -04:00
parent 6eeed24707
commit 57c5088a1f
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_price": 1, "max_rpc_sc_price": 1,
"price_history_days": 90, "price_history_days": 90,
} }
} }