From 5804b9469c8f44a5a8e41cb9249befc2d132a256 Mon Sep 17 00:00:00 2001 From: CalDescent Date: Fri, 12 Aug 2022 13:38:03 +0100 Subject: [PATCH] Default qdata port set to 12391 --- tools/qdata | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/qdata b/tools/qdata index 5ca61e45..869bf5c4 100755 --- a/tools/qdata +++ b/tools/qdata @@ -2,7 +2,7 @@ # Qortal defaults host="localhost" -port=12393 +port=12391 if [ -z "$*" ]; then echo "Usage:"