Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Pranay Valson <[email protected]>
  • Loading branch information
noslav committed Aug 15, 2023
1 parent 46e1a7c commit e65082a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/proof_chain_mbeam_result.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ session_started_events AS (
session_started.tx_offset AS observer_chain_tx_offset,
session_started.topics[2]::numeric AS origin_chain_id,
session_started.topics[3]::numeric AS origin_chain_block_height,
abi_field(session_started.data, 0)::numeric AS proof_session_deadline
abi_field(session_started.data, 0)::numeric AS result_session_deadline
FROM chain_moonbeam_mainnet.block_log_events session_started
JOIN chain_moonbeam_mainnet.block_transactions trx
ON (trx.block_id = session_started.block_id AND trx.tx_offset = session_started.tx_offset)
Expand Down

0 comments on commit e65082a

Please sign in to comment.