From 43f11ad892cd3f684d6bbbd02fb573f75c51652a Mon Sep 17 00:00:00 2001 From: recanman <29310982+recanman@users.noreply.github.com> Date: Sat, 3 Aug 2024 14:11:10 -0700 Subject: [PATCH] fix: duplicate declaration of network_prefixes --- src/Cryptonote.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Cryptonote.php b/src/Cryptonote.php index 2a1fe63..0797fc9 100644 --- a/src/Cryptonote.php +++ b/src/Cryptonote.php @@ -57,8 +57,6 @@ class Cryptonote ]; protected $network_prefixes; - // https://github.com/monero-project/monero/blob/master/src/cryptonote_config.h#L222 - private $network_prefixes; protected $ed25519; protected $base58; protected $varint;