Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Maree <[email protected]>
  • Loading branch information
chrismaree committed Jan 15, 2025
1 parent fec981d commit 413aa63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/evm/hardhat/SpokePool.SlowRelay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ describe("SpokePool Slow Relay Logic", async function () {
await spokePool.connect(depositor).relayRootBundle(consts.mockTreeRoot, tree.getHexRoot());

await expect(
spokePool.connect(relayer).executeV3SlowRelayLeaf(
spokePool.connect(relayer).executeSlowRelayLeaf(
slowRelayLeaf,
0, // rootBundleId
tree.getHexProof(slowRelayLeaf)
Expand Down

0 comments on commit 413aa63

Please sign in to comment.