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)