Skip to content

Commit

Permalink
Remove redundant re-assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOmarA committed Oct 24, 2023
1 parent 231c4a6 commit efe3d17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion radix-engine-toolkit-core/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,6 @@ pub fn data_of_newly_minted_non_fungibles(
.map(|typed_substate_value| (typed_substate_key, typed_substate_value))
}) {
let resource_address = ResourceAddress::new_or_panic(node_id.0);
let non_fungible_local_id = non_fungible_local_id;
let non_fungible_data =
scrypto_decode::<ScryptoValue>(&scrypto_encode(&non_fungible_data).unwrap())
.unwrap();
Expand Down

0 comments on commit efe3d17

Please sign in to comment.