Skip to content

Commit

Permalink
linking issue
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Aug 2, 2024
1 parent 10fe234 commit 684a894
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,7 @@ contract TokenWithRefunds {
let user_balances_slot = derive_storage_slot_in_map(TokenWithRefunds::storage().balances.slot, user);

// 7. We add the slot to the points --> this way we insert the notes into the balances Map under the respective key.
// TODO(#7753): Consider making slots part of the initital note hiding point creation.
fee_payer_point.add_slot(fee_payer_balances_slot);
user_point.add_slot(user_balances_slot);

Expand Down

0 comments on commit 684a894

Please sign in to comment.