Skip to content

Commit

Permalink
fix: doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Th0rgal committed Nov 4, 2024
1 parent 9c961ea commit 0e63310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pub trait IUtuRelay<TContractState> {
///
/// This function allows setting the "official chain" (the strongest one) over the provided
/// interval. It starts from the end block hash and verifies that this hash and all its
/// parents are registered. The interval is specified as [ begin, end [.
/// parents are registered. The interval is specified as [ begin, end ].
///
/// The `height_proof` parameter is an optional tuple containing:
/// 1. The raw coinbase transaction of the first block in the interval.
Expand Down

0 comments on commit 0e63310

Please sign in to comment.