We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In wallet_daemon.rs there is hard-coded 19000 port for wallet daemon. We should assign any free port and keep it in db.
wallet_daemon.rs
19000
The text was updated successfully, but these errors were encountered:
I'd argue that we would prefer not to listen on any port at all. If we can use IPC for communication instead of HTTP it would be ideal
Sorry, something went wrong.
No branches or pull requests
In
wallet_daemon.rs
there is hard-coded19000
port for wallet daemon. We should assign any free port and keep it in db.The text was updated successfully, but these errors were encountered: