Skip to content

Commit

Permalink
Update packages/app/src/systems/Send/machines/sendMachine.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Luiz Gomes - LuizAsFight.eth <8636507+LuizAsFight@users.noreply.github.com>
  • Loading branch information
luizstacio and LuizAsFight authored Nov 28, 2023
1 parent 5d24e76 commit 285f795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/systems/Send/machines/sendMachine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export const sendMachine = createMachine(
async fetch() {
const { txResult } = await TxService.createFakeTx();
/**
* @todo: The TS-SDK not returns an accurate fee, because of this
* @todo: The TS-SDK doesn't return an accurate fee, because of this
* we are multiplying by 2 the fee to avoid the error on the
* validation of the transaction.
*/
Expand Down

0 comments on commit 285f795

Please sign in to comment.