Browse Source

spv send include error message

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

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

@ -348,6 +348,9 @@ export const SendRender = function() {
<strong className="text-capitalize">{ translate('API.ERROR_SM') }</strong>
</div>
<div>{ this.state.lastSendToResponse.result }</div>
{ this.props.ActiveCoin.mode === 'spv' &&
<div>{ this.state.lastSendToResponse.raw.txid.replace(/\[.*\]/, '') }</div>
}
</div>
}
</div>

Loading…
Cancel
Save