Skip to content

Commit

Permalink
Merge branch 'consensus-params-fix' of github.com:NXTPOP/teritori-cha…
Browse files Browse the repository at this point in the history
…in into v204-testnet5
  • Loading branch information
go7066 committed Jan 22, 2024
2 parents 98bec03 + 72d4d85 commit e422178
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
repository: TERITORI/teritori-dapp
path: teritori-dapp
ref: 66134e9580135a07aba64e00b68af9f30f8fdb93
ref: 3a01c9753a19f39f5b399b9985f3a1d44ec81d23

- uses: actions/setup-go@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion integration-test/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -euo pipefail
IFS=$'\n\t'
set -x

commit=66134e9580135a07aba64e00b68af9f30f8fdb93
commit=3a01c9753a19f39f5b399b9985f3a1d44ec81d23

if [[ -z "${TERITORI_DAPP_REPO:-}" ]]; then
rm -fr teritori-dapp
Expand Down
2 changes: 1 addition & 1 deletion x/mint/client/cli/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func GetConsensusParamsCmd() *cobra.Command {
Use: "consensus-params",
Short: "Query consensus params",
Long: strings.TrimSpace(
fmt.Sprintf(`Query the total balance of an account or of a specific denomination.
fmt.Sprintf(`Query consensus params.
Example:
$ %s query %s consensus-params
Expand Down

0 comments on commit e422178

Please sign in to comment.