File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -103,9 +103,9 @@ pub struct Config {
103
103
pub inflight_transactions_channel_capacity : usize ,
104
104
/// Configuration for the Transaction Monitor
105
105
pub transaction_monitor : transaction_monitor:: Config ,
106
- /// Maximum number of compute units requested by each upd_price transaction
106
+ /// Maximum number of compute units requested by each update_price transaction
107
107
pub compute_unit_limit : u32 ,
108
- /// Price per compute unit offered for each upd_price transaction
108
+ /// Price per compute unit offered for update_price transactions
109
109
pub compute_unit_price_micro_lamports : Option < u64 > ,
110
110
}
111
111
@@ -519,7 +519,7 @@ mod transaction_monitor {
519
519
pub poll_interval_duration : Duration ,
520
520
/// Maximum number of recent transactions to monitor. When this number is exceeded,
521
521
/// the oldest transactions are no longer monitored. It is recommended to set this to
522
- /// a value close to (number of products published / number of products in a batch).
522
+ /// a value at least as large as (number of products published / number of products in a batch).
523
523
pub max_transactions : usize ,
524
524
}
525
525
You can’t perform that action at this time.
0 commit comments