From f47ea5c0716e5913e24ffc702d1438bc1ff0c838 Mon Sep 17 00:00:00 2001 From: danielw86dev <67072678+danielw86dev@users.noreply.github.com> Date: Sun, 24 Mar 2024 20:26:41 +0100 Subject: [PATCH] Update Utility.php fix function name call from Node.php:123 and Peer.php:51 --- src/Utility.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Utility.php b/src/Utility.php index 1a107b1..a849d35 100644 --- a/src/Utility.php +++ b/src/Utility.php @@ -23,7 +23,7 @@ function formatServices($servicesArray) { return $services; } -function getServices2($hex){ +function getServices($hex){ $bit = base_convert($hex, 16, 2); $services = [];