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)
  • Loading branch information
Tyera Eulberg authored and mergify[bot] committed Sep 7, 2022
1 parent 5a42187 commit a2ff1bf
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 @@ -378,7 +378,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,
return_data: meta.return_data,
compute_units_consumed: meta.compute_units_consumed,
}
Expand Down

0 comments on commit a2ff1bf

Please sign in to comment.