Skip to content

Commit

Permalink
Fix force_use_priority_channels being ignored for adnl query_raw
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexagon committed Aug 8, 2024
1 parent fa26f98 commit f3f3904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adnl/node/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ impl Node {
query_id: &query_id,
query: &query,
},
true,
self.options.force_use_priority_channels,
)?;
drop(query);

Expand Down

0 comments on commit f3f3904

Please sign in to comment.