Skip to content

Commit

Permalink
fix duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Jun 12, 2023
1 parent c889227 commit b1ac083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contracts/modules/identity.ts
Expand Up @@ -17,7 +17,7 @@ export class Identity extends MasaModuleBase {
purchase = async (): Promise<ContractTransaction> => {
const {
estimateGas: { purchaseIdentity: estimateGas },
purchaseIdentity: purchaseIdentity,
purchaseIdentity,
} = this.instances.SoulStoreContract.connect(this.masa.config.signer);

// estimate gas
Expand Down

0 comments on commit b1ac083

Please sign in to comment.