Skip to content

Commit

Permalink
Merge branch 'main' into feat/buf-dependency-improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani authored Nov 6, 2023
2 parents a2efaf5 + 8d3f789 commit 58ff441
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
PATTERNS: |
**/*.go
**/*.plush
**/*.tpl
go.mod
go.sum
**/testdata/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ func main() {
}

// Broadcast a transaction from account `alice` with the message
// to create a post store response in txResp
// to create a post and store the response in txResp
txResp, err := client.BroadcastTx(ctx, account, msg)
if err != nil {
log.Fatal(err)
Expand Down Expand Up @@ -297,4 +297,4 @@ pagination:
Great job! You have successfully completed the process of creating a Go client
for your Cosmos SDK blockchain, submitting a transaction, and querying the
chain.
chain.

0 comments on commit 58ff441

Please sign in to comment.