We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c3259 commit 60be334Copy full SHA for 60be334
apps/price_pusher/src/solana/solana.ts
@@ -191,7 +191,8 @@ export class SolanaPricePusherJito implements IPricePusher {
191
): Promise<void> {
192
const jitoTip =
193
(await this.getRecentJitoTipLamports()) ?? this.defaultJitoTipLamports;
194
- this.logger.info(`using jito tip of ${jitoTip} lamports`);
+ this.logger.info({ jitoTip }, "using jito tip of");
195
+
196
let priceFeedUpdateData: string[];
197
try {
198
priceFeedUpdateData = await this.priceServiceConnection.getLatestVaas(
0 commit comments