Skip to content

Commit

Permalink
docs(chain): add context for ConfirmationTimeHeightAnchor.confirmatio…
Browse files Browse the repository at this point in the history
…n_time field
  • Loading branch information
thunderbiscuit committed Jul 3, 2024
1 parent a112b4d commit 9e9a5fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/chain/src/chain_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@ impl AnchorFromBlockPosition for ConfirmationHeightAnchor {
pub struct ConfirmationTimeHeightAnchor {
/// The confirmation height of the transaction being anchored.
pub confirmation_height: u32,
/// The confirmation time of the transaction being anchored.
/// The confirmation time of the transaction being anchored as claimed by the miner in the block
/// header.
pub confirmation_time: u64,
/// The anchor block.
pub anchor_block: BlockId,
Expand Down

0 comments on commit 9e9a5fb

Please sign in to comment.