You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
README.md reads "To try utreexo you do not need to run a server as we have a server set up for testing purposes which the client connects to by default." However, the client attempts to connect to 127.0.0.1:8338 on startup.
It's the readme that should be changed. I think the line
"To try utreexo you do not need to run a server as we have a server set up for testing purposes which the client connects to by default."
was written back when we did the utreexo v1 release. Since then, there have been breaking changes so the code was changed to default to the local server.
The v1 client (found in the tags section of the repo) should still work properly.
README.md
reads "To try utreexo you do not need to run a server as we have a server set up for testing purposes which the client connects to by default." However, the client attempts to connect to127.0.0.1:8338
on startup.The code responsible is in
csn/config.go
:utreexo/csn/config.go
Lines 103 to 111 in 259fc1a
Should the README be changed, or the code?
Thanks!
The text was updated successfully, but these errors were encountered: