Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
salomegeo committed Jun 11, 2018
1 parent dfd515e commit e948b50
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -50,7 +50,7 @@ class QRCodeCaptureContainer extends React.PureComponent {
handleScanBchAddress (data) {
try {
if (utils.bch.isCashAddr(data)) {
this.props.formActions.change('sendBch', 'amount', amount)
this.props.formActions.change('sendBch', 'to', data)
this.props.updateUI({ bchAddress: { toggled: false } })
return
}
Expand Down

0 comments on commit e948b50

Please sign in to comment.