Skip to content

Commit

Permalink
docs: adapt blog tutorial to cosmosclient changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tbruyelle committed Aug 10, 2022
1 parent f8b63f0 commit 89a0349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/guide/03-blog/02-connect-blockchain.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func main() {

// Broadcast a transaction from account `alice` with the message
// to create a post store response in txResp
txResp, err := cosmos.BroadcastTx(accountName, msg)
txResp, err := cosmos.BroadcastTx(account, msg)
if err != nil {
log.Fatal(err)
}
Expand Down

0 comments on commit 89a0349

Please sign in to comment.