Skip to content

Commit

Permalink
Update tip
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronc authored Aug 7, 2021
1 parent 1818854 commit e3da710
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion proto/cosmos/tx/v1beta1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,8 @@ message Fee {

// Tip is the tip used for meta-transactions.
message Tip {
string coins = 1;
// amount is the amount of the tip
repeated cosmos.base.v1beta1.Coin amount = 1;
// tipper is the address of the account paying for the tip
string tipper = 2;
}

0 comments on commit e3da710

Please sign in to comment.