Skip to content

Commit

Permalink
docs: fix a minor doc comment in account_id (#776)
Browse files Browse the repository at this point in the history
  • Loading branch information
h3lio5 authored Jul 1, 2024
1 parent 6184966 commit 649457c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objects/src/accounts/account_id.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use crate::{crypto::merkle::LeafIndex, utils::hex_to_bytes, ACCOUNT_TREE_DEPTH};
// CONSTANTS
// ================================================================================================

// The higher two bits of the most significant nibble determines the account type
// The higher two bits of the most significant nibble determines the account storage mode
pub const ACCOUNT_STORAGE_MASK_SHIFT: u64 = 62;
pub const ACCOUNT_STORAGE_MASK: u64 = 0b11 << ACCOUNT_STORAGE_MASK_SHIFT;

Expand Down

0 comments on commit 649457c

Please sign in to comment.