mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-07 22:04:03 -05:00
dchat-cli: change dchatd default port
This commit is contained in:
@@ -82,7 +82,7 @@ class JsonRpc:
|
||||
|
||||
|
||||
async def main(argv):
|
||||
endpoint = "localhost:51345"
|
||||
endpoint = "localhost:51054"
|
||||
for i in range(1, len(argv)):
|
||||
if argv[i] == "-e":
|
||||
endpoint = argv[i+1]
|
||||
|
||||
Reference in New Issue
Block a user