Skip to content

Commit

Permalink
use decred mainnet ports in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jolan committed Apr 21, 2016
1 parent f005c4a commit c69fe51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/dcrdwebsockets/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func main() {
log.Fatal(err)
}
connCfg := &dcrrpcclient.ConnConfig{
Host: "localhost:8334",
Host: "localhost:9109",
Endpoint: "ws",
User: "yourrpcuser",
Pass: "yourrpcpass",
Expand Down
2 changes: 1 addition & 1 deletion examples/dcrwalletwebsockets/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func main() {
log.Fatal(err)
}
connCfg := &dcrrpcclient.ConnConfig{
Host: "localhost:18332",
Host: "localhost:9110",
Endpoint: "ws",
User: "yourrpcuser",
Pass: "yourrpcpass",
Expand Down

0 comments on commit c69fe51

Please sign in to comment.