fix: max_rpc_price needs to be max_rpc_sc_price
This commit is contained in:
parent
6eeed24707
commit
57c5088a1f
|
@ -18,7 +18,7 @@ type SiaConfig struct {
|
|||
|
||||
func (s SiaConfig) Defaults() map[string]interface{} {
|
||||
return map[string]interface{}{
|
||||
"max_rpc_price": 1,
|
||||
"max_rpc_sc_price": 1,
|
||||
"price_history_days": 90,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue