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 5d2fbbe commit a55cca9Copy full SHA for a55cca9
src/index.rs
@@ -53,7 +53,7 @@ mod utxo_entry;
53
#[cfg(test)]
54
pub(crate) mod testing;
55
56
-const SCHEMA_VERSION: u64 = 30;
+const SCHEMA_VERSION: u64 = 31;
57
58
define_multimap_table! { SAT_TO_SEQUENCE_NUMBER, u64, u32 }
59
define_multimap_table! { SCRIPT_PUBKEY_TO_OUTPOINT, &[u8], OutPointValue }
0 commit comments