We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51a13f0 commit 8027072Copy full SHA for 8027072
crates/sovereign-sdk/full-node/db/sov-db/src/schema/tables.rs
@@ -116,6 +116,7 @@ pub const LIGHT_CLIENT_PROVER_LEDGER_TABLES: &[&str] = &[
116
SlotByHash::table_name(),
117
LightClientProofBySlotNumber::table_name(),
118
ProverLastScannedSlot::table_name(),
119
+ SoftConfirmationByNumber::table_name(),
120
#[cfg(test)]
121
TestTableOld::table_name(),
122
0 commit comments