Skip to content

Commit

Permalink
Merge pull request #28308 from metavind/mainnet
Browse files Browse the repository at this point in the history
fix: update comment to clarify the account is stored as a hash
  • Loading branch information
d0cd authored Aug 6, 2024
2 parents fb06832 + 07715ab commit 5e5411d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basic_bank/src/main.leo
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ program basic_bank.aleo {
}

// An on-chain mapping, storing the amount of tokens owned by each account
// The account is stored as a to preserve user privacy.
// The account is stored as a hash to preserve user privacy.
mapping balances: field => u64;

// Returns a new Token.
Expand Down

0 comments on commit 5e5411d

Please sign in to comment.