We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1d3959 + 0d099b9 commit 91c76b2Copy full SHA for 91c76b2
packages/bitcore-wallet-client/src/lib/credentials.ts
@@ -309,7 +309,7 @@ export class Credentials {
309
isComplete() {
310
if (!this.m || !this.n) return false;
311
if (
312
- (this.coin === 'btc' || this.coin === 'bch') &&
+ (this.coin === 'btc' || this.coin === 'bch' || this.coin === 'doge') &&
313
(!this.publicKeyRing || this.publicKeyRing.length != this.n)
314
)
315
return false;
0 commit comments