From 3696cf13165c9087e56c7759c93bb43cea33a73c Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Fri, 16 Nov 2018 18:23:00 -0500 Subject: [PATCH] sadsadsada --- electrum/blockchain.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/electrum/blockchain.py b/electrum/blockchain.py index e5d1b41d9..17836024a 100644 --- a/electrum/blockchain.py +++ b/electrum/blockchain.py @@ -97,8 +97,6 @@ def ripemd160(x): return h.digest() def Hash(x): - if type(x) is unicode: - x = x.encode('utf-8') return sha256(sha256(x)) def hash_raw_header(header: str) -> str: