Skip to content

Commit

Permalink
fix proto numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
nullpointer0x00 committed Sep 6, 2023
1 parent 6e510b0 commit ebbdd7a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion proto/provenance/marker/v1/genesis.proto
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ message DenySendAddress {
// marker_address is the marker's address for denied address
string marker_address = 1;
// deny_address defines all wallet addresses that are denied sends for the marker
string deny_address = 3;
string deny_address = 2;
}

// MarkerNetAssetValues defines the net asset values for a marker
Expand Down
12 changes: 6 additions & 6 deletions x/marker/types/genesis.pb.go

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

0 comments on commit ebbdd7a

Please sign in to comment.