Skip to content

Commit

Permalink
Remove unused message
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrit committed Feb 20, 2024
1 parent b1d7126 commit bcdc28e
Show file tree
Hide file tree
Showing 4 changed files with 986 additions and 1,071 deletions.
9 changes: 0 additions & 9 deletions proto/steward/v4/cellar_v2.proto
Original file line number Diff line number Diff line change
Expand Up @@ -709,15 +709,6 @@ message CellarV2_2Governance {
uint32 position_id = 1;
}

/*
* Sets the Strategists payout address.
*
* Represents function `setStrategistPayoutAddress(address payout)`
*/
message SetStrategistPayoutAddress {
string payout = 1;
}

/*
* Swap the positions at two given indeces.
*
Expand Down
Binary file modified src/gen/proto/descriptor.bin
Binary file not shown.
9 changes: 0 additions & 9 deletions src/gen/proto/steward.v4.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4386,15 +4386,6 @@ pub mod cellar_v2_2governance {
pub position_id: u32,
}
///
/// Sets the Strategists payout address.
///
/// Represents function `setStrategistPayoutAddress(address payout)`
#[derive(serde::Deserialize, serde::Serialize, Clone, PartialEq, ::prost::Message)]
pub struct SetStrategistPayoutAddress {
#[prost(string, tag = "1")]
pub payout: ::prost::alloc::string::String,
}
///
/// Swap the positions at two given indeces.
///
/// Represents function `swapPositions(uint32 index1, uint32 index2)`
Expand Down
Loading

0 comments on commit bcdc28e

Please sign in to comment.