|
|
|
@ -30,7 +30,7 @@ const RenderKnownTransactions = ({ tx, receipt, resolvedData, logs, index, plugi |
|
|
|
|
return ( |
|
|
|
|
<span id={`tx${tx.hash}`} key={index}> |
|
|
|
|
<div className="log" onClick={(event) => txDetails(event, tx)}> |
|
|
|
|
<CheckTxStatus tx={tx} type={txType} /> |
|
|
|
|
<CheckTxStatus tx={receipt} type={txType} /> |
|
|
|
|
<Context opts = { options } blockchain={plugin.blockchain} /> |
|
|
|
|
<div className='buttons'> |
|
|
|
|
<div className='debug btn btn-primary btn-sm' data-shared='txLoggerDebugButton' data-id={`txLoggerDebugButton${tx.hash}`} onClick={(event) => debug(event, tx)}>Debug</div> |
|
|
|
|