We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
transactionsByMessage
1 parent 30c4f84 commit 8829f41Copy full SHA for 8829f41
src/api/toncenter_v3/mod.rs
@@ -876,7 +876,7 @@ async fn get_transactions_by_message(
876
877
// Try to handle destination transaction first.
878
let both_directions = query.direction.is_none();
879
- if both_directions || matches!(query.direction, Some(MessageDirection::Out)) {
+ if both_directions || matches!(query.direction, Some(MessageDirection::In)) {
880
// Fully parse destination transaction.
881
let Some(info) =
882
state.get_transaction_info(dst_tx_root.repr_hash(), Some(&snapshot))?
0 commit comments