Skip to content

blocknumberL2 -> blockNumberL2 #658

New issue

Have a question about this project? Sign up for a free account to open an issue and contact its maintainers and the community.

By clicking “Sign up for ”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on ? Sign in to your account

Merged
merged 1 commit into from
May 12, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nightfall-optimist/src/event-handlers/block-proposed.mjs
Original file line numberDiff line numberDiff line change
Expand Up@@ -68,7 +68,7 @@ async function blockProposedEventHandler(data) {
`Processing external offchain transaction with L2 hash ${tx.transactionHash}`,
);
return transactionSubmittedEventHandler({
blocknumberL2: block.blockNumberL2,
blockNumberL2: block.blockNumberL2,
mempool: false,
offchain: true,
...tx,
Expand Down