Skip to content

Commit

Permalink
fix(mobile): burn voucher tx amount (#855)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorokin0andrey authored May 15, 2024
1 parent 3ac9a0f commit a184ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mobile/src/modals/BurnVouchersModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const BurnVouchersModal = memo<BurnVouchersModalProps>((props) => {
valid_until,
messages: selectedNfts.map((nft) => ({
address: nft.address,
amount: Ton.toNano('0.05'),
amount: Ton.toNano('0.07'),
payload: beginCell()
.storeUint(OpCodes.NFT_TRANSFER, 32)
.storeUint(ContractService.getWalletQueryId(), 64)
Expand Down

0 comments on commit a184ebc

Please sign in to comment.