Skip to content

Commit 6eb181e

Browse files
docs: fix typo in tx tutor (#286)
Co-authored-by: Tyler <[email protected]>
1 parent 89d8ca0 commit 6eb181e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/transactions/00-building-a-transaction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ if err != nil {
152152

153153
```go
154154
// Create a broadcaster for the transaction
155-
c, err := comet.NewCometBFTBroadcaster("http://127.0.0.1:26675", comet.BroadcastSync, protoCodec)
155+
c, err := comet.NewCometBFTBroadcaster("http://127.0.0.1:26657", comet.BroadcastSync, protoCodec)
156156
if err != nil {
157157
log.Fatal("error creating comet broadcaster", err)
158158
}

0 commit comments

Comments
 (0)