From 975e6020881196f9f1dfc2191c6e2929cf2ce4c7 Mon Sep 17 00:00:00 2001 From: pxgamer Date: Fri, 14 Sep 2018 15:46:52 +0100 Subject: [PATCH] Blacklist the new Octaex wallet address --- include/Blacklist.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/Blacklist.php b/include/Blacklist.php index ad7e0d6..c9c580b 100644 --- a/include/Blacklist.php +++ b/include/Blacklist.php @@ -22,6 +22,7 @@ final class Blacklist */ public const ADDRESSES = [ // phpcs:disable Generic.Files.LineLength + 'xuzyMbEGA1tmx1o7mcxSXf2nXuuV1GtKbA4sAqjcNq2gh3shuhwBT5nJHez9AynCaxpJwL6dpkavmZBA3JkrMkg' => 'Octaex Exchange', // phpcs:enable ];