|
|
@ -353,7 +353,9 @@ export const SendRender = function() { |
|
|
|
this.state.lastSendToResponse.raw.txid && |
|
|
|
<div>{ this.state.lastSendToResponse.raw.txid.replace(/\[.*\]/, '') }</div> |
|
|
|
} |
|
|
|
{ this.state.lastSendToResponse.raw.txid.indexOf('bad-txns-inputs-spent') > -1 && |
|
|
|
{ this.state.lastSendToResponse.raw && |
|
|
|
this.state.lastSendToResponse.raw.txid && |
|
|
|
this.state.lastSendToResponse.raw.txid.indexOf('bad-txns-inputs-spent') > -1 && |
|
|
|
<div className="margin-top-10"> |
|
|
|
{ translate('SEND.BAD_TXN_SPENT_ERR1') } |
|
|
|
<ul> |
|
|
|