Skip to content

Commit 7996ba8

Browse files
committed
Update recursive spell VK
1 parent 57bafb7 commit 7996ba8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/bin/charms-spell-checker

-536 Bytes
Binary file not shown.

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pub mod utils;
77

88
pub const SPELL_CHECKER_BINARY: &[u8] = include_bytes!("./bin/charms-spell-checker");
99

10-
pub const SPELL_VK: &str = "0x002dbf1e0699aa5a906abc6c16b25dffdc573a03ebd65acf9cbc70a9311e9ddd";
10+
pub const SPELL_VK: &str = "0x0061d4c45041155bfb34ee39a01d47e21cc56baf69e4be25f1320d36eb19ff6c";
1111

1212
#[cfg(test)]
1313
mod test {

0 commit comments

Comments
 (0)