From 9b3a1f40970ec55433136152800eadde91a4c05b Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Tue, 30 Jul 2019 12:11:49 -0400 Subject: [PATCH] remove decoder --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 6d2b6e6..72dcb6d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ A simple PHP block explorer for browsing transactions and claims on the [LBRY](h There are some prerequisites that need to be installed before the explorer can be accessed. * Web server - Apache, caddy or nginx * [lbrycrd](https://github.com/lbryio/lbrycrd) with txindex turned on -* [Python claims decoder](https://github.com/cryptodevorg/lbry-decoder) * MariaDB 10.2 or higher * Redis Server (optional, only required for the CakePHP redis cache engine, or to run `forevermempool`) * PHP 7.2 or higher