Fix: typo hdwallet

This commit is contained in:
Anthony 2024-04-14 21:16:32 +02:00 committed by GitHub
parent 29beb93ea7
commit f21a3e1ea1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -161,9 +161,9 @@ export class HDNodeWallet extends BaseWallet {
/**
* The derivation path of this wallet.
*
* Since extended keys do not provider full path details, this
* Since extended keys do not provide full path details, this
* may be ``null``, if instantiated from a source that does not
* enocde it.
* encode it.
*/
readonly path!: null | string;