Skip to content

Commit 5c8865b

Browse files
authored
Merge pull request #36 from BitGo/fix-key-signing-error
Fix key signing error
2 parents b912cf7 + da6a5cb commit 5c8865b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/sign.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ const parseKey = function(rawkey, coin, path) {
305305

306306
}
307307
// if it doesn't have commas, we expect it is an xprv or xlmsecret properly formatted
308-
return key;
308+
return rawkey;
309309
}
310310

311311
const handleSign = function(args) {

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)