Skip to content

Commit 6a7f0b1

Browse files
author
Danny Diekroeger
committed
Merge branch 'master' of github.com:BitGo/key-recovery-service-v2 into separate-offline
2 parents 3e3a747 + 5c8865b commit 6a7f0b1

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)