Commit 3a2c71fd authored by isstuev's avatar isstuev

raw trace fix

parent 168d77d5
......@@ -35,8 +35,8 @@ const TxRawTrace = () => {
}, [ ]);
const channel = useSocketChannel({
topic: `transactions:${ hash?.toLowerCase() }`,
isDisabled: !hash,
topic: `transactions:${ hash }`,
isDisabled: !hash || !txInfo.data?.status,
onJoin: () => setIsSocketOpen(true),
});
useSocketMessage({
......
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