Skip to content

Commit

Permalink
chore: bug fix, empty signer
Browse files Browse the repository at this point in the history
  • Loading branch information
aorumbayev committed Sep 17, 2023
1 parent fb2c5e8 commit f6bd460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clients/SubtopiaRegistryClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export class SubtopiaRegistryClient {
}),
methodArgs: [priceInCents],
sender: this.creator.addr,
signer: this.creator.signer,
signer: makeEmptyTransactionSigner(),
suggestedParams: await getParamsWithFeeCount(this.algodClient, 1),
});

Expand Down

0 comments on commit f6bd460

Please sign in to comment.