You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rfq/cli.go
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,9 @@ const (
22
22
typeCliConfigstruct {
23
23
PriceOracleAddressstring`long:"priceoracleaddress" description:"Price oracle gRPC server address (rfqrpc://<hostname>:<port>). To use the integrated mock, use the following value: use_mock_price_oracle_service_promise_to_not_use_on_mainnet"`
24
24
25
-
PriceOracleTLSbool`long:"priceoracletls" description:"Enable TLS for communication with a price oracle."`
25
+
PriceOracleTLSDisablebool`long:"priceoracletlsdisable" description:"Disable TLS for price oracle communication."`
26
26
27
-
PriceOracleTLSInsecurebool`long:"priceoracletlsinsecure" description:"Disable verification of price oracle certificates."`
PriceOracleTLSNoSystemCAsbool`long:"priceoracletlsnosystemcas" description:"Disable use of the operating system's list of root CA's when verifiying price oracle certificates."`
0 commit comments