There was an error while loading. Please reload this page.
1 parent 9e4ac05 commit ca7ec4dCopy full SHA for ca7ec4d
1 file changed
basics/favorites/anchor/programs/favorites/src/lib.rs
@@ -3,7 +3,7 @@ use anchor_lang::prelude::*;
3
// This matches the key in the target/deploy directory
4
declare_id!("ww9C83noARSQVBnqmCUmaVdbJjmiwcV9j2LkXYMoUCV");
5
6
-// Anchor programs always use 8 bits for the discriminator
+// Anchor programs always use 8 bytes for the discriminator
7
pub const ANCHOR_DISCRIMINATOR_SIZE: usize = 8;
8
9
// Our Solana program!
0 commit comments