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