fix typo
This commit is contained in:
parent
7e4f9cd58f
commit
5f8a1ff51d
@ -296,7 +296,7 @@ class CBlock(object):
|
||||
self.quark = uint256_from_str(quark_hash.getPoWHash(''.join(r)))
|
||||
return self.quark
|
||||
elif settings.COINDAEMON_ALGO == 'scrypt-jane':
|
||||
def calc_acryptjane(self):
|
||||
def calc_scryptjane(self):
|
||||
if self.scryptjane is None:
|
||||
r = []
|
||||
r.append(struct.pack("<i", self.nVersion))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user