solana-mobile / Minty-fresh

An open source mobile first implementation of NFT minting on solana
https://solanamobile.com/
Apache License 2.0
45 stars 18 forks source link

Apply mint signature before sending to wallets for signing #376

Closed sdlaver closed 1 year ago

sdlaver commented 1 year ago

This prevents wallets from modifying the transaction (for e.g., by adding priority fees). This allows for the current workaround of reconstructing the transaction manually.