Browse Source

send disable send from validation in spv

v0.25
pbca26 7 years ago
parent
commit
53f3fd558a
  1. 3
      react/src/components/dashboard/sendCoin/sendCoin.js

3
react/src/components/dashboard/sendCoin/sendCoin.js

@ -565,7 +565,8 @@ class SendCoin extends React.Component {
} }
if (this.state.sendTo.length > 34 && if (this.state.sendTo.length > 34 &&
(!this.state.sendFrom || this.state.sendFrom.length < 34)) { (!this.state.sendFrom || this.state.sendFrom.length < 34) &&
this.props.ActiveCoin.mode === 'native') {
Store.dispatch( Store.dispatch(
triggerToaster( triggerToaster(
translate('SEND.SELECT_SOURCE_ADDRESS'), translate('SEND.SELECT_SOURCE_ADDRESS'),

Loading…
Cancel
Save