Update node/config/def.go
Co-authored-by: raulk <raul@protocol.ai>
This commit is contained in:
parent
3d086dfb43
commit
bed2bc73a3
@ -15,11 +15,11 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
// DefaultRetrievalPricing configures the node to use the default retrieval pricing policy.
|
||||
DefaultRetrievalPricing = "default"
|
||||
// ExternalRetrievalPricing configures the node to use the external retrieval pricing script
|
||||
// RetrievalPricingDefault configures the node to use the default retrieval pricing policy.
|
||||
RetrievalPricingDefault = "default"
|
||||
// RetrievalPricingExternal configures the node to use the external retrieval pricing script
|
||||
// configured by the user.
|
||||
ExternalRetrievalPricing = "external"
|
||||
RetrievalPricingExternal = "external"
|
||||
)
|
||||
|
||||
// Common is common config between full node and miner
|
||||
|
Loading…
Reference in New Issue
Block a user