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 authored and mergify[bot] committed Sep 7, 2022
1 parent 4b4b3bf commit 8a8b036
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions transaction-status/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,13 @@ impl UiTransactionStatusMeta {
.post_token_balances
.map(|balance| balance.into_iter().map(Into::into).collect()),
rewards: meta.rewards,
<<<<<<< HEAD
loaded_addresses: Some(UiLoadedAddresses::from(&meta.loaded_addresses)),
=======
loaded_addresses: None,
return_data: meta.return_data,
compute_units_consumed: meta.compute_units_consumed,
>>>>>>> 1df883079 (Skip loadedAddresses for jsonParsed tx meta (#27618))
}
}
}
Expand Down

0 comments on commit 8a8b036

Please sign in to comment.