Pārlūkot izejas kodu

option correct name (#688)

Dev Kalra 2 gadi atpakaļ
vecāks
revīzija
a5ddf84eb7
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      price_pusher/src/options.ts

+ 1 - 1
price_pusher/src/options.ts

@@ -38,7 +38,7 @@ export const pollingFrequency = {
 };
 
 export const pushingFrequency = {
-  "pushing-duration": {
+  "pushing-frequency": {
     description:
       "The frequency to push prices to the RPC. " +
       "It is better that the value be greater than the block time of the network, so this program confirms " +