Skip to content

Commit

Permalink
added console logs for potential bugfixing (#461)
Browse files Browse the repository at this point in the history
Co-authored-by: David <david@taiko.xyz>
  • Loading branch information
RogerLamTd and davidtaikocha authored Dec 20, 2022
1 parent 97d093b commit d5532f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/protocol/test/bridge/Bridge.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -975,6 +975,9 @@ describe("integration:Bridge", function () {
blockHeader
)

console.log("signal:", signal)
console.log("signalProof:", signalProof)

await expect(
l2Bridge.isMessageReceived(signal, srcChainId, signalProof)
).to.be.revertedWith("Invalid large internal hash")
Expand Down

0 comments on commit d5532f6

Please sign in to comment.