Skip to content

Commit

Permalink
fix for burn voucher issue
Browse files Browse the repository at this point in the history
  • Loading branch information
artweb11 committed Oct 19, 2023
1 parent ccc2bc7 commit f13b4e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/smart-contract/smart-contract.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,9 @@ export class SmartContractService {
);

const response = await this.wiiqareContract.methods
.burn([
.burn(
voucherID
])
)
.send({
from: this.wiiQareAccount.address,
gasPrice: '30000000000',
Expand Down

0 comments on commit f13b4e9

Please sign in to comment.