Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed Feb 7, 2024
1 parent 47f3be9 commit 78b4d6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { AztecAddress } from '@aztec/circuits.js';
import { ProtocolContract, getCanonicalProtocolContract } from '../protocol_contract.js';
import { ContractInstanceDeployerArtifact } from './artifact.js';

/** Returns the canonical deployment of the class registerer contract. */
/** Returns the canonical deployment of the instance deployer contract. */
export function getCanonicalInstanceDeployer(): ProtocolContract {
return getCanonicalProtocolContract(ContractInstanceDeployerArtifact, 1);
}
Expand Down

0 comments on commit 78b4d6a

Please sign in to comment.