File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/price_pusher/src/solana Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ export class SolanaPricePusherJito implements IPricePusher {
177
177
"https://bundles.jito.wtf/api/v1/bundles/tip_floor" ,
178
178
) ;
179
179
if ( ! response . ok ) {
180
- this . logger . warn (
180
+ this . logger . error (
181
181
{ status : response . status , statusText : response . statusText } ,
182
182
"getRecentJitoTips http request failed" ,
183
183
) ;
@@ -188,7 +188,7 @@ export class SolanaPricePusherJito implements IPricePusher {
188
188
Number ( data [ 0 ] . landed_tips_50th_percentile ) * LAMPORTS_PER_SOL ,
189
189
) ;
190
190
} catch ( err : any ) {
191
- this . logger . warn ( { err } , "getRecentJitoTips failed" ) ;
191
+ this . logger . error ( { err } , "getRecentJitoTips failed" ) ;
192
192
return undefined ;
193
193
}
194
194
}
You can’t perform that action at this time.
0 commit comments