Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
fixed sending wrong message content
Browse files Browse the repository at this point in the history
  • Loading branch information
taeguscromis committed Aug 1, 2019
1 parent f72acee commit 5424faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screens/SendConfirm.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const SendConfirmScreen = () => {
state.appData.sendScreen.toAddress,
state.appData.sendScreen.toPaymendId,
state.appData.sendScreen.toAmount,
password
null, password
);
}

Expand Down

0 comments on commit 5424faf

Please sign in to comment.