Commit 80a4b166 authored by davidzagi93@gmail.com's avatar davidzagi93@gmail.com

fix: passing receipt into checktxStatus Component

parent c1f3dad1
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment