Skip to content

Commit fbfcd73

Browse files
committed
fix: conflicts
1 parent 0acec9e commit fbfcd73

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

api/src/main.rs

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@ use env_logger::{Builder, Target};
1616
use kobe_api::{
1717
error::{handle_error, ApiError},
1818
resolvers::query_resolver::{
19-
daily_mev_rewards_cacheable_wrapper, get_validator_histories_wrapper,
20-
jito_stake_over_time_ratio_cacheable_wrapper, jitosol_ratio_cacheable_wrapper,
21-
jitosol_validators_cacheable_wrapper, mev_commission_average_over_time_cacheable_wrapper,
22-
mev_rewards_cacheable_wrapper, preferred_withdraw_validator_list_cacheable_wrapper,
23-
stake_pool_stats_cacheable_wrapper, staker_rewards_cacheable_wrapper,
24-
steward_events_cacheable_wrapper, validator_by_vote_account_cacheable_wrapper,
25-
validator_rewards_cacheable_wrapper, validators_cacheable_wrapper, QueryResolver,
19+
daily_mev_rewards_cacheable_wrapper, get_bam_epoch_metric_wrapper,
20+
get_validator_histories_wrapper, jito_stake_over_time_ratio_cacheable_wrapper,
21+
jitosol_ratio_cacheable_wrapper, jitosol_validators_cacheable_wrapper,
22+
mev_commission_average_over_time_cacheable_wrapper, mev_rewards_cacheable_wrapper,
23+
preferred_withdraw_validator_list_cacheable_wrapper, stake_pool_stats_cacheable_wrapper,
24+
staker_rewards_cacheable_wrapper, steward_events_cacheable_wrapper,
25+
validator_by_vote_account_cacheable_wrapper, validator_rewards_cacheable_wrapper,
26+
validators_cacheable_wrapper, QueryResolver,
2627
},
2728
schemas::{
2829
jitosol_ratio::JitoSolRatioRequest,

api/src/resolvers/query_resolver.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ impl QueryResolver {
959959

960960
Ok(BamEpochMetricResponse { bam_epoch_metric })
961961
}
962-
962+
963963
pub async fn get_preferred_withdraw_validator_list(
964964
&self,
965965
min_stake_threshold: u64,

0 commit comments

Comments
 (0)