Browse Source

missing send basilisk condition

all-modes
pbca26 8 years ago
parent
commit
035baeff37
  1. 2
      react/src/components/dashboard/sendCoin.js

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

@ -138,7 +138,7 @@ class SendCoin extends React.Component {
}));
if (step === 2) {
if (!this.state.sendApiType) {
if (!this.state.sendApiType && this.props.ActiveCoin.mode === 'basilisk') {
handleBasiliskSend();
} else {
Store.dispatch(sendToAddress(this.props.ActiveCoin.coin, this.state));

Loading…
Cancel
Save