Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
Wizdave97 committed Jul 25, 2023
1 parent 2824d38 commit e2bd954
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ismp/src/router.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ pub struct Get {
pub height: u64,
/// Host timestamp at which this request expires in seconds
pub timeout_timestamp: u64,
/// Gas limit for executing the response, should be zero if this request
/// is not dispatched from a contract
/// Gas limit for executing the response to this get request
/// This value should be zero if the sending module is not a contract
pub gas_limit: u64,
}

Expand Down

0 comments on commit e2bd954

Please sign in to comment.