Skip to content

Commit

Permalink
fix: remove illegal token ; in nexus proto type (#2144)
Browse files Browse the repository at this point in the history
Ryz0nd authored Apr 30, 2024
1 parent a648a29 commit a2c1d32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion proto/axelar/nexus/exported/v1beta1/types.proto
Original file line number Diff line number Diff line change
@@ -121,7 +121,6 @@ message WasmMessage {
(gogoproto.casttype) = "WasmBytes"
];
uint64 source_tx_index = 7 [ (gogoproto.jsontag) = "source_tx_index" ];
;
bytes sender = 8 [ (gogoproto.casttype) =
"github.com/cosmos/cosmos-sdk/types.AccAddress" ];
}

0 comments on commit a2c1d32

Please sign in to comment.