chore: public => protected
This commit is contained in:
parent
be022f6c4f
commit
892bde5d3f
@ -243,7 +243,7 @@ export class DirectSecp256k1HdWallet implements OfflineDirectSigner {
|
||||
/** Derivation instructions */
|
||||
private readonly accounts: readonly Secp256k1Derivation[];
|
||||
|
||||
public constructor(mnemonic: EnglishMnemonic, options: DirectSecp256k1HdWalletConstructorOptions) {
|
||||
protected constructor(mnemonic: EnglishMnemonic, options: DirectSecp256k1HdWalletConstructorOptions) {
|
||||
const prefix = options.prefix ?? defaultOptions.prefix;
|
||||
const hdPaths = options.hdPaths ?? defaultOptions.hdPaths;
|
||||
this.secret = mnemonic;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user