Skip to content

Commit

Permalink
Set AnchorAddress type
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Oct 18, 2023
1 parent 693e763 commit f772308
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sdk/src/types/block/address/anchor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ pub struct AnchorAddress(AnchorId);

impl AnchorAddress {
/// The [`Address`](crate::types::block::address::Address) kind of an [`AnchorAddress`].
/// TODO
pub const KIND: u8 = 255;
pub const KIND: u8 = 48;
/// The length of an [`AnchorAddress`].
pub const LENGTH: usize = AnchorId::LENGTH;

Expand Down

0 comments on commit f772308

Please sign in to comment.