tRemove note about history4 bug. - obelisk - Electrum server using libbitcoin as its backend HTML git clone https://git.parazyd.org/obelisk DIR Log DIR Files DIR Refs DIR README DIR LICENSE --- DIR commit 1fe03eec07b79794fc7ea101333fc6d57c6e7d24 DIR parent 3208d0b19516fbcc187af9290e53473e94fa6263 HTML Author: parazyd <parazyd@dyne.org> Date: Fri, 9 Apr 2021 10:29:25 +0200 Remove note about history4 bug. It seems solved, but should still be reviewed. Diffstat: M electrumobelisk/zeromq.py | 5 ----- 1 file changed, 0 insertions(+), 5 deletions(-) --- DIR diff --git a/electrumobelisk/zeromq.py b/electrumobelisk/zeromq.py t@@ -354,11 +354,6 @@ class Client: async def fetch_history4(self, scripthash, height=0): """Fetch history for given scripthash""" - # BUG: There is something strange happening sometimes, for example - # on testnet, where the following scripthash returns as if the - # coins are spent, but in fact they are not: - # 8cc0f8d0cc3808540466194713e9fe618f57a2585a18d93d6d9542c0b71edd92 - # 92dd1eb7c042956d3dd9185a58a2578f61fee91347196604540838ccd0f8c08c command = b"blockchain.fetch_history4" decoded_address = unhexlify(scripthash) error_code, raw_points = await self._simple_request(