Skip to content

Commit

Permalink
docs: Update 01-go-client.md comments broadcasting a transaction (#3733)
Browse files Browse the repository at this point in the history
to create a post and store the response in txResp

Co-authored-by: Danilo Pantani <[email protected]>
  • Loading branch information
asikam and Pantani authored Nov 6, 2023
1 parent 6970746 commit 8d3f789
Showing 1 changed file with 2 additions and 2 deletions.
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 8d3f789

Please sign in to comment.