Skip to content

Commit

Permalink
Fix file/merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
ghubstan committed Feb 25, 2022
1 parent 1499465 commit c0631eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions proto/src/main/proto/grpc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ message GetMyBsqSwapOffersReply {
repeated OfferInfo bsqSwapOffers = 1; // The returned list of user's open BSQ swap offers.
}

// TODO: Change some numeric fields to string to prevent loss of precision and/or ambiguity.
message CreateBsqSwapOfferRequest {
// The new BSQ swap offer's BUY (BTC) or SELL (BTC) direction.
string direction = 1;
Expand All @@ -188,7 +187,6 @@ message CreateBsqSwapOfferReply {
OfferInfo bsqSwapOffer = 1; // The newly created BSQ swap offer.
}

// TODO: Change some numeric fields to string to prevent loss of precision and/or ambiguity.
message CreateOfferRequest {
// The new offer's fiat or altcoin currency code.
string currencyCode = 1;
Expand Down

0 comments on commit c0631eb

Please sign in to comment.