Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
asim committed Jul 26, 2022
1 parent 2931877 commit 8cbc5b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wallet/proto/wallet.proto
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ message ListResponse {

// Make a transfer from one wallet to another
message TransferRequest {
// from email
// from wallet id
string from_id = 1;
// to email
// to wallet id
string to_id = 2;
// amount to transfer
int64 amount = 3;
Expand Down

0 comments on commit 8cbc5b3

Please sign in to comment.