Skip to content

Commit f47ea5c

Browse files
committed
Update Utility.php
fix function name call from Node.php:123 and Peer.php:51
1 parent 6fd2ef9 commit f47ea5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utility.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function formatServices($servicesArray) {
2323
return $services;
2424
}
2525

26-
function getServices2($hex){
26+
function getServices($hex){
2727
$bit = base_convert($hex, 16, 2);
2828
$services = [];
2929

0 commit comments

Comments
 (0)