Skip to content

Commit

Permalink
lint: proto format
Browse files Browse the repository at this point in the history
  • Loading branch information
scorpioborn committed Nov 20, 2023
1 parent 1fbded4 commit 4224013
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions proto/sge/subaccount/ticket.proto
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
syntax = "proto3";
package sgenetwork.sge.bet;
package sgenetwork.subaccount;

import "gogoproto/gogo.proto";

Expand All @@ -9,7 +9,7 @@ option go_package = "github.com/sge-network/sge/x/subaccount/types";

// SubAccWagerTicketPayload indicates data of subaccount wager ticket.
message SubAccWagerTicketPayload {
// msg holds normal wager message
// msg holds normal wager message
sgenetwork.sge.bet.MsgWager msg = 1;
// mainacc_deduct_amount is amount to be deducted from main account
string mainacc_deduct_amount = 2 [
Expand Down
42 changes: 21 additions & 21 deletions x/subaccount/types/ticket.pb.go

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

0 comments on commit 4224013

Please sign in to comment.