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
CentrifugeServerstring`json:"centrifuge_server" mapstructure:"centrifuge_server"`// The server url address
105
-
Tokenstring`json:"token" mapstructure:"token"`// Token to connect to the server with
106
-
MonitorDaysint`json:"monitor_days" mapstructure:"monitor_days"`// how many days in the past should we monitor an address (default: 7)
107
106
FalsePositiveRatefloat64`json:"false_positive_rate" mapstructure:"false_positive_rate"`// how many false positives do we except (default: 0.01)
108
-
SaveTransactionDestinationsbool`json:"save_transaction_destinations" mapstructure:"save_transaction_destinations"`// Whether to save destinations on monitored transactions
109
-
ProcessorTypestring`json:"processor_type" mapstructure:"processor_type"`// Type of processor to start monitor with. Default: bloom
110
-
LoadMonitoredDestinationsbool`json:"load_monitored_destinations" mapstructure:"load_monitored_destinations"`// Whehter to load monitored destinations`
107
+
LoadMonitoredDestinationsbool`json:"load_monitored_destinations" mapstructure:"load_monitored_destinations"`// Whether to load monitored destinations`
111
108
MaxNumberOfDestinationsint`json:"max_number_of_destinations" mapstructure:"max_number_of_destinations"`// how many destinations can the filter hold (default: 100,000)
109
+
MonitorDaysint`json:"monitor_days" mapstructure:"monitor_days"`// how many days in the past should we monitor an address (default: 7)
112
110
ProcessMempoolOnConnectbool`json:"process_mempool_on_connect" mapstructure:"process_mempool_on_connect"`// Whether to process all transactions in the mempool when connecting to centrifuge server
111
+
ProcessorTypestring`json:"processor_type" mapstructure:"processor_type"`// Type of processor to start monitor with. Default: bloom
112
+
SaveTransactionDestinationsbool`json:"save_transaction_destinations" mapstructure:"save_transaction_destinations"`// Whether to save destinations on monitored transactions
113
113
}
114
114
115
115
// NewRelicConfig is the configuration for New Relic
0 commit comments