Skip to content

Commit

Permalink
Skip loadedAddresses for jsonParsed tx meta (#27618)
Browse files Browse the repository at this point in the history
Skip loaded_addresses for jsonParsed tx meta

(cherry picked from commit 1df8830)

# Conflicts:
#	transaction-status/src/lib.rs
  • Loading branch information
Tyera Eulberg committed Sep 7, 2022
1 parent 4b4b3bf commit 31b7219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transaction-status/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ impl UiTransactionStatusMeta {
.post_token_balances
.map(|balance| balance.into_iter().map(Into::into).collect()),
rewards: meta.rewards,
loaded_addresses: Some(UiLoadedAddresses::from(&meta.loaded_addresses)),
loaded_addresses: None,
}
}
}
Expand Down

0 comments on commit 31b7219

Please sign in to comment.