Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions fsm/message.pb.go

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

4 changes: 2 additions & 2 deletions lib/.proto/message.proto
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ message MessageCreateOrder {
// amount_for_sale: the amount of uCNPY listed for sale, transferred to escrow
uint64 AmountForSale = 3; // @gotags: json:"amountForSale"
// requested_amount: the amount of the 'counter asset' the buyer must send in order to complete a swap
uint64 RequestedAmount = 4; // @gotags: json:"requestAmount"
uint64 RequestedAmount = 4; // @gotags: json:"requestedAmount"
// sellers_receive_address: the address of the seller where the 'counter asset' will be received
bytes SellerReceiveAddress = 5; // @gotags: json:"sellerReceiveAddress"
// sellers_send_address: the Canopy address the seller is selling and signing from
Expand Down Expand Up @@ -231,7 +231,7 @@ message MessageDexLimitOrder {
// amount_for_sale: the amount of asset listed for sale, transferred to escrow
uint64 amount_for_sale = 2; // @gotags: json:"amountForSale"
// requested_amount: the minimum amount of the 'counter asset' the seller is willing to receive
uint64 requested_amount = 3; // @gotags: json:"requestAmount"
uint64 requested_amount = 3; // @gotags: json:"requestedAmount"
// sellers_send_address: the address the seller is selling and signing from
bytes address = 4; // @gotags: json:"sellersSendAddress"
// OrderId: auto-populated by the state machine to assign the unique bytes to the order
Expand Down