Skip to content

Commit

Permalink
Merge branch 'tbaut-archive_unstable_body' of github.com:ChainSafe/Mu…
Browse files Browse the repository at this point in the history
…ltix into tbaut-archive_unstable_body
  • Loading branch information
Tbaut committed Dec 19, 2024
2 parents e6e901c + ef62693 commit 07039ae
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/ui/src/hooks/usePendingTx.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,18 +113,12 @@ const getCallDataFromChainPromise = (
| HexString
| undefined

console.log('pendingTx', pendingTx)
console.log('blockNumber', blockNumber)
console.log('blockHashes', blockHashes)
console.log('blockHash', blockHash)

if (!blockHash) {
console.log('no hash found for height', blockNumber)
return
}

const body: HexString[] = await client._request('archive_unstable_body', [blockHash])
console.log('body', body)

let date: Date | undefined

Expand Down

0 comments on commit 07039ae

Please sign in to comment.