Add 0x decoration prefix to input
This commit is contained in:
parent
277fa8f37c
commit
8992ea2336
|
@ -47,7 +47,7 @@ const TraceItem: React.FC<TraceItemProps> = ({ t, txData, last }) => {
|
|||
<span>(</span>
|
||||
{t.input.length > 10 && (
|
||||
<span className="whitespace-nowrap">
|
||||
input=[{t.input.slice(10)}]
|
||||
input=[0x{t.input.slice(10)}]
|
||||
</span>
|
||||
)}
|
||||
<span>)</span>
|
||||
|
|
Loading…
Reference in New Issue