Skip to content

Commit

Permalink
chore(jssdk): remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Leechael committed Dec 8, 2023
1 parent 24db3cb commit f88f66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/packages/sdk/src/contracts/PinkContract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ export class PinkContractPromise<
}

async #send(messageOrId: string, options: PinkContractSendOptions, ...args: unknown[]) {
const { cert: userCert, nonce, ...rest } = options
const { cert: userCert, ...rest } = options
const txOptions: PinkContractOptions = {
gasLimit: options.gasLimit,
value: options.value,
Expand Down

0 comments on commit f88f66b

Please sign in to comment.