Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Duddino committed Jul 4, 2023
1 parent cdd6ed8 commit 9f0cc81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/global.js
Original file line number Diff line number Diff line change
Expand Up @@ -1213,7 +1213,7 @@ export async function destroyMasternode() {

/**
* Takes an ip address and adds the port.
* If it's a tor address, ip.onion will be used (e.g. expyuzz4wqqyqhjn.onion)
* If it's a tor address, ip.onion:port will be used (e.g. expyuzz4wqqyqhjn.onion:12345)
* If it's an IPv4 address, ip:port will be used, (e.g. 127.0.0.1:12345)
* If it's an IPv6 address, [ip]:port will be used, (e.g. [::1]:12345)
* @param {String} ip - Ip address with or without port
Expand Down

0 comments on commit 9f0cc81

Please sign in to comment.