Skip to content

Commit

Permalink
check in charms-spell-checker binary
Browse files Browse the repository at this point in the history
  • Loading branch information
imikushin committed Dec 23, 2024
1 parent 80b3c9a commit 8c20ae8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added src/bin/charms-spell-checker
Binary file not shown.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mod script;
pub mod spell;
pub mod tx;

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

pub const SPELL_VK: &str = "0x00715b1076f4d23a8a37cdb298df9018a1cf72e740fdacea324af87faf7dd162";

Expand Down

0 comments on commit 8c20ae8

Please sign in to comment.