Skip to content

Commit

Permalink
Credentials updated for doge multisig wallets
Browse files Browse the repository at this point in the history
  • Loading branch information
rastajpa committed May 13, 2021
1 parent 2caf69f commit 0d099b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bitcore-wallet-client/src/lib/credentials.ts
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ export class Credentials {
isComplete() {
if (!this.m || !this.n) return false;
if (
(this.coin === 'btc' || this.coin === 'bch') &&
(this.coin === 'btc' || this.coin === 'bch' || this.coin === 'doge') &&
(!this.publicKeyRing || this.publicKeyRing.length != this.n)
)
return false;
Expand Down

0 comments on commit 0d099b9

Please sign in to comment.