Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
preston-evans98 committed Jul 10, 2023
1 parent 52a6743 commit af933dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapters/celestia/src/da_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ pub struct DaServiceConfig {
/// The maximum size of a Celestia RPC response, in bytes
#[serde(default = "default_max_response_size")]
pub max_celestia_response_body_size: u32,
/// The maximum size of a Celestia RPC response, in bytes
/// The timeout for a Celestia RPC request, in seconds
#[serde(default = "default_timeout_seconds")]
pub celestia_rpc_timeout_seconds: u64,
}
Expand Down

0 comments on commit af933dc

Please sign in to comment.