Skip to content

Commit

Permalink
examples/stream/main.go: fix APIURL to point to localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
pnx committed Apr 26, 2023
1 parent 12f7106 commit fb637fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/stream/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var shipHost string = "ws://127.0.0.1:8089"

// Url to the antelope api on the same node as ship is running.
// Use this to fetch a sane value for `startBlock`
var APIURL string = "http://172.16.6.124:8688"
var APIURL string = "http://127.0.0.1:8688"

// If `APIURL` is not set, this is the block
// where we request ship to start sending blocks from.
Expand Down

0 comments on commit fb637fd

Please sign in to comment.