Skip to content

Commit 7076246

Browse files
committed
Tweak documentation wording
1 parent f8ea464 commit 7076246

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/agent/solana/exporter.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ pub struct Config {
103103
pub inflight_transactions_channel_capacity: usize,
104104
/// Configuration for the Transaction Monitor
105105
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
107107
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
109109
pub compute_unit_price_micro_lamports: Option<u64>,
110110
}
111111

@@ -519,7 +519,7 @@ mod transaction_monitor {
519519
pub poll_interval_duration: Duration,
520520
/// Maximum number of recent transactions to monitor. When this number is exceeded,
521521
/// 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).
523523
pub max_transactions: usize,
524524
}
525525

0 commit comments

Comments
 (0)