Skip to content

Commit

Permalink
fix(btc priv qrcode scanner)
Browse files Browse the repository at this point in the history
  • Loading branch information
sixtedemaupeou committed May 3, 2018
1 parent a4c8468 commit b64be01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class QRCodeCaptureContainer extends React.PureComponent {
}

handleScanBtcPriv (data) {
// TODO: Put priv in state to proceed to payment
this.props.formActions.change('sendBtc', 'priv', data)
this.props.updateUI({ btcPriv: { toggled: false } })
}

Expand Down

0 comments on commit b64be01

Please sign in to comment.