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 a20a7d5 + 54417cd commit 1d5d154Copy full SHA for 1d5d154
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