Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Dec 10, 2024
1 parent c421138 commit 5154771
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"asyncify",
"auditability",
"authwit",
"authwitness",
"Automine",
"autonat",
"autorun",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ contract Token {

// docs:start:mint_to_private
/// Mints token `amount` to a private balance of `to`. Message sender has to have minter permissions (checked
/// in the enqueud call).
/// in the enqueued call).
#[private]
fn mint_to_private(
from: AztecAddress, // sender of the tag: TODO(#9887): this is not great?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export interface ContractInstance {
contractClassId: Fr;
/** Hash of the selector and arguments to the constructor. */
initializationHash: Fr;
/** Public keys associated with this intsance. */
/** Public keys associated with this instance. */
publicKeys: PublicKeys;
}

Expand Down

0 comments on commit 5154771

Please sign in to comment.