Skip to content

Commit 91c76b2

Browse files
Merge branch 'fix/doge-multisig' of github.com:rastajpa/bitcore
2 parents e1d3959 + 0d099b9 commit 91c76b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bitcore-wallet-client/src/lib/credentials.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ export class Credentials {
309309
isComplete() {
310310
if (!this.m || !this.n) return false;
311311
if (
312-
(this.coin === 'btc' || this.coin === 'bch') &&
312+
(this.coin === 'btc' || this.coin === 'bch' || this.coin === 'doge') &&
313313
(!this.publicKeyRing || this.publicKeyRing.length != this.n)
314314
)
315315
return false;

0 commit comments

Comments
 (0)