Skip to content

Commit 8452cc9

Browse files
author
Danny Diekroeger
committed
fix small xrp error
1 parent f1aa13d commit 8452cc9

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
@@ -174,7 +174,7 @@ const handleSignXrp = function(recoveryRequest, key, skipConfirm) {
174174
const rippleParse = require('ripple-binary-codec');
175175

176176
const decimals = coinDecimals[recoveryRequest.coin];
177-
const transaction = rippleParse.decode(recoveryRequest.txHex);
177+
const transaction = rippleParse.decode(recoveryRequest.tx);
178178
const customMessage = recoveryRequest.custom ? recoveryRequest.custom.message : 'None';
179179

180180
const outputs = [{

0 commit comments

Comments
 (0)