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.
1 parent a20a7d5 commit 54417cdCopy full SHA for 54417cd
src/clientRoutes.js
@@ -27,7 +27,7 @@ var handleVerifyAddress = function(req) {
27
};
28
29
var handleCreateLocalKeyChain = function(req) {
30
- return req.bitgo.keychains().create();
+ return req.bitgo.keychains().create(req.body);
31
32
33
var handleCreateWalletWithKeychains = function(req) {
0 commit comments