Skip to content

Commit

Permalink
Merge branch 'ph/priority-validators' of https://github.com/cosmos/in…
Browse files Browse the repository at this point in the history
…terchain-security into ph/priority-validators
  • Loading branch information
kirdatatjana committed Oct 23, 2024
2 parents 2c83503 + abd2773 commit a78038f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/ccv/provider/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ where create_consumer.json has the following structure:
"denylist": [],
"min_stake": "0",
"allow_inactive_vals": false,
"prioritylist": []
"prioritylist": []
},
"allowlisted_reward_denoms": {
"denoms": ["ibc/...", "ibc/..."]
Expand Down Expand Up @@ -354,7 +354,7 @@ where update_consumer.json has the following structure:
"denylist": [],
"min_stake": "0",
"allow_inactive_vals": false,
"prioritylist": []
"prioritylist": []
},
"allowlisted_reward_denoms": {
"denoms": ["ibc/...", "ibc/..."]
Expand Down

0 comments on commit a78038f

Please sign in to comment.