Skip to content

Commit 60be334

Browse files
committed
using jito tip
1 parent c8c3259 commit 60be334

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/price_pusher/src/solana/solana.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,8 @@ export class SolanaPricePusherJito implements IPricePusher {
191191
): Promise<void> {
192192
const jitoTip =
193193
(await this.getRecentJitoTipLamports()) ?? this.defaultJitoTipLamports;
194-
this.logger.info(`using jito tip of ${jitoTip} lamports`);
194+
this.logger.info({ jitoTip }, "using jito tip of");
195+
195196
let priceFeedUpdateData: string[];
196197
try {
197198
priceFeedUpdateData = await this.priceServiceConnection.getLatestVaas(

0 commit comments

Comments
 (0)