Skip to content

Commit

Permalink
feat: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
karlem committed May 20, 2024
1 parent c6159c4 commit 312612f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion protos/data-node/api/v2/trading_data.pb.go

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

2 changes: 1 addition & 1 deletion protos/sources/data-node/api/v2/trading_data.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4705,7 +4705,7 @@ message EstimateTransferFeeRequest {
string amount = 4;
// Asset ID for the asset associated with the transaction.
string asset_id = 5;
// Optional saction must be the owner of this AMM key key from which assets are transferred.
// AMM public key, if assets are being transferred from an AMM key to the AMM owner's public key.
// The `from_account` must be the owner of this AMM key.
optional string from_amm_key = 6;
}
Expand Down
2 changes: 1 addition & 1 deletion protos/sources/vega/commands/v1/commands.proto
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ message Transfer {
string amount = 5;
// Reference to be attached to the transfer.
string reference = 6;
// Optional AMM key from which assets are transferred.
// AMM key from which assets are to be transferred, if applicable.
// The submitter of the transaction must be the owner of this AMM key.
// If provided, the 'from_account_type' must be REWARDS_VESTED, and the asset in this account
// must match the asset specified in the transfer.
Expand Down
2 changes: 1 addition & 1 deletion protos/vega/commands/v1/commands.pb.go

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

0 comments on commit 312612f

Please sign in to comment.