Skip to content

Commit 1186d45

Browse files
authored
Merge pull request bitpay#2317 from matiu/bug/addressType
propagate singleaddress
2 parents db02efe + 134bf5a commit 1186d45

File tree

1 file changed

+1
-0
lines changed
  • packages/bitcore-wallet-client/lib

1 file changed

+1
-0
lines changed

packages/bitcore-wallet-client/lib/key.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ Key.prototype.createCredentials = function(password, opts) {
343343
rootPath: path,
344344
keyId: this.id,
345345
requestPrivKey: requestPrivKey,
346+
addressType: opts.addressType,
346347
walletPrivKey: opts.walletPrivKey,
347348
});
348349
};

0 commit comments

Comments
 (0)