Skip to content

Commit

Permalink
add code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
steelgeek091 committed Feb 5, 2025
1 parent 411b6c6 commit faba18f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/rooch-types/src/transaction/authenticator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ use crate::{

use super::RoochTransactionData;

// The size of the signature data.
pub const AUTH_PAYLOAD_SIZE: u64 = 219;

/// A `Authenticator` is an abstraction of a account authenticator.
Expand Down

0 comments on commit faba18f

Please sign in to comment.