Skip to content

Commit 074ce9f

Browse files
author
Danny Diekroeger
committed
tried to squash but didn't
2 parents d740487 + e789d41 commit 074ce9f

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
@@ -408,7 +408,7 @@ const handleSign = function(args) {
408408
console.log(`Writing signed transaction to file: ${filename}`);
409409

410410
let finalRecovery;
411-
411+
412412
if (txHex) {
413413
finalRecovery = _.pick(recoveryRequest, ['backupKey', 'coin', 'recoveryAmount']);
414414
finalRecovery.txHex = txHex;

0 commit comments

Comments
 (0)