Skip to content

Commit c54f2a0

Browse files
committed
chore: revert ledger field config
1 parent c3b7432 commit c54f2a0

File tree

7 files changed

+72
-205
lines changed

7 files changed

+72
-205
lines changed

docs/capabilities/transaction-composer.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,6 @@ const result = algorand
4545
})
4646
```
4747

48-
## Ledger new field support
49-
50-
When new transaction fields are added to the Algorand protocol, they are not immediately supported by Ledger signing devices. To help developers avoid unexpected behaviour, the transaction composer will throw an exception when it detects the use of a field that is not yet supported by Ledger devices.
51-
52-
To acknowledge this limitation and disable the error checking, you can use `Config.configure({ disableLedgerUnsupportedErrors: true })`. As these fields gain Ledger support over time, the transaction composer will be updated accordingly. It's recommended to periodically re-enable this error checking by removing the configuration override to ensure you're aware of any newly supported fields.
53-
5448
## Sending a transaction
5549

5650
Once you have constructed all the required transactions, they can be sent by calling `send()` on the `TransactionComposer`.

0 commit comments

Comments
 (0)