From edb4e9c40c06b5ae16349be288b2aa2007b9bbf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Habov=C5=A1tiak?= Date: Mon, 4 Jan 2021 10:58:46 +0100 Subject: [PATCH] Make the information about fork more visible The difference confused many people, so I tried to make it more clear/visible in the description. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5cf685fff..fa3845a5f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Esplora - Electrs backend API +**Important: This is a fork of original electrs server which behaves differently. Make extra sure you're running the same fork when troubleshooting, reporting issues or communicating with others! Please read about the changes below.** + A block chain index engine and HTTP API written in Rust based on [romanz/electrs](https://github.com/romanz/electrs). Used as the backend for the [Esplora block explorer](https://github.com/Blockstream/esplora) powering [blockstream.info](https://blockstream.info/).