Skip to content

Commit b7c7888

Browse files
Update rust/basic_bitcoin/src/basic_bitcoin/src/lib.rs
Co-authored-by: Dimitris Sarlis <[email protected]>
1 parent 0970f2a commit b7c7888

File tree

1 file changed

+1
-1
lines changed
  • rust/basic_bitcoin/src/basic_bitcoin/src

1 file changed

+1
-1
lines changed

rust/basic_bitcoin/src/basic_bitcoin/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ pub async fn get_utxos(address: String) -> GetUtxosResponse {
5656
pub type Height = u32;
5757
pub type BlockHeader = Vec<u8>;
5858

59-
/// A request for getting the block headers from a given height.
59+
/// A request for getting the block headers for a given height range.
6060
#[derive(CandidType, Debug, Deserialize, PartialEq, Eq)]
6161
pub struct GetBlockHeadersRequest {
6262
pub start_height: Height,

0 commit comments

Comments
 (0)