config: update to new testnet server domain

This commit is contained in:
Olaoluwa Osuntokun 2020-09-16 15:37:07 -07:00
parent a561562e3b
commit ee4111a806
No known key found for this signature in database
GPG key ID: BC13F65E2DC84465
2 changed files with 2 additions and 2 deletions

View file

@ -429,7 +429,7 @@ the following command should be run:
Assuming `poold` is now in your `$PATH`, you can start the daemon with the
following command (assuming you have a local testnet `lnd` running):
```
🏔 poold --network=testnet --auctionserver=clm.testnet.lightningcluster.com:12010 --debuglevel=trace
🏔 poold --network=testnet --debuglevel=trace
```
The current server is reachable at `clm.testnet.lightningcluster.com:12010`,

View file

@ -115,7 +115,7 @@ type Config struct {
const (
MainnetServer = "pool.lightning.finance:12010"
TestnetServer = "test.auction.lightning.today:12009"
TestnetServer = "test.pool.lightning.finance:12010"
// defaultRPCTimeout is the default number of seconds an unary RPC call
// is allowed to take to complete.