Skip to content

Commit 8027072

Browse files
committed
Add missing light client prover table
1 parent 51a13f0 commit 8027072

File tree

1 file changed

+1
-0
lines changed
  • crates/sovereign-sdk/full-node/db/sov-db/src/schema

1 file changed

+1
-0
lines changed

crates/sovereign-sdk/full-node/db/sov-db/src/schema/tables.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ pub const LIGHT_CLIENT_PROVER_LEDGER_TABLES: &[&str] = &[
116116
SlotByHash::table_name(),
117117
LightClientProofBySlotNumber::table_name(),
118118
ProverLastScannedSlot::table_name(),
119+
SoftConfirmationByNumber::table_name(),
119120
#[cfg(test)]
120121
TestTableOld::table_name(),
121122
#[cfg(test)]

0 commit comments

Comments
 (0)