From 630d3ac56c4f04d460e01721ae73e5654a75178b Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Fri, 16 Nov 2018 17:20:37 -0500 Subject: [PATCH] sadsadsadsadsadasdsadsa --- electrum/blockchain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electrum/blockchain.py b/electrum/blockchain.py index 5d5a65228..1895bd1d6 100644 --- a/electrum/blockchain.py +++ b/electrum/blockchain.py @@ -382,7 +382,7 @@ class Blockchain(util.PrintError): bnNew = ArithUint256(self.MAX_TARGET) return bnNew.GetCompact(), bnNew._value -def get_target2(self, index, chain='main'): + def get_target2(self, index, chain='main'): """ this follows the calculations in lbrycrd/src/lbry.cpp Returns: (bits, target)