diff --git a/CHANGELOG.md b/CHANGELOG.md index 80122c2..c4a4462 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,7 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Opt for finalizers returned by `updatePsbtAsInput` as `finalizePsbtInput` and `finalizePsbt` have been deprecated. - **Additional Ledger Updates**: - - Functions previously expecting `ledgerClient` and `ledgerState` should now receive `ledgerManager`. + - Functions previously expecting `ledgerClient` and `ledgerState` should now receive `ledgerManager` instead. - This change affects multiple functions, including `signLedger`, all Ledger script expression functions and also: `keyExpressionLedger`, `registerLedgerWallet`, `getLedgerMasterFingerPrint`, and `assertLedgerApp`. - `signLedger` and `signInputLedger` no longer necessitate passing an instance to the former `Descriptor` class. All relevant information is automatically retrieved from the psbt now.