Skip to content

Commit

Permalink
Update contracts/gauges/gauge-adapter/src/msg.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jake Hartnell <[email protected]>
  • Loading branch information
hard-nett and JakeHartnell authored Aug 15, 2024
1 parent c7850d4 commit a5f3b53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/gauges/gauge-adapter/src/msg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ pub enum AdapterQueryMsg {
/// Checks if a provided option is included in the available options. Returns a boolean.
#[returns(CheckOptionResponse)]
CheckOption { option: String },
/// Returns the messages determined by the current voting results for options.Used by the gauge orchestrator to pass messages for DAO to execute.
/// Returns the messages determined by the current voting results for options.
/// Used by the gauge orchestrator to pass messages for DAO to execute.
#[returns(SampleGaugeMsgsResponse)]
SampleGaugeMsgs {
/// Option along with weight.
Expand Down

0 comments on commit a5f3b53

Please sign in to comment.