Skip to content
New issue

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

Omitting port in server URI sets port to 0 #203

Open
mainnet-pat opened this issue Apr 18, 2024 · 0 comments
Open

Omitting port in server URI sets port to 0 #203

mainnet-pat opened this issue Apr 18, 2024 · 0 comments

Comments

@mainnet-pat
Copy link

If I create a MoneroWalletFull with server URI without port like https://monerod.slvit.us, the fetch requests are going to be look like https://monerod.slvit.us:0/json_rpc and fail.

To work around this I need to set server to https://monerod.slvit.us:443 which is unnecessary verboe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant