Skip to content

Commit

Permalink
Fix comment in proto
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrit committed Jan 26, 2024
1 parent c8d4553 commit 2a030fd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion proto/cellar_v2.proto
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ message CellarV2_5 {
/*
* Allows the strategist to add, or update an existing alternative asset deposit.
*
* Represents function `setAlternativeAssetData(uint32 positionId, address asset, address adaptor, bool isDeposit)`
* Represents function `setAlternativeAssetData(ERC20 _alternativeAsset, uint32 _alternativeHoldingPosition, uint32 _alternativeAssetFee)`
*/
message SetAlternativeAssetData {
// The address of the alternative asset
Expand Down
2 changes: 1 addition & 1 deletion steward_proto_go/steward_proto/cellar_v2.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified steward_proto_rust/src/prost/descriptor.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion steward_proto_rust/src/prost/steward.v3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3718,7 +3718,7 @@ pub mod cellar_v2_5 {
///
/// Allows the strategist to add, or update an existing alternative asset deposit.
///
/// Represents function `setAlternativeAssetData(uint32 positionId, address asset, address adaptor, bool isDeposit)`
/// Represents function `setAlternativeAssetData(ERC20 _alternativeAsset, uint32 _alternativeHoldingPosition, uint32 _alternativeAssetFee)`
#[derive(serde::Deserialize, serde::Serialize, Clone, PartialEq, ::prost::Message)]
pub struct SetAlternativeAssetData {
/// The address of the alternative asset
Expand Down

0 comments on commit 2a030fd

Please sign in to comment.