Skip to content

Commit f9bc4d3

Browse files
author
Danny Diekroeger
committed
small signing error
1 parent 5eaf3d2 commit f9bc4d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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) {

0 commit comments

Comments
 (0)