Continuing port of java comptool

This commit is contained in:
mrbandrews
2016-06-02 14:42:09 -04:00
parent 8c9e681ff8
commit 291f8aa5da
3 changed files with 1010 additions and 111 deletions

View File

@@ -556,7 +556,6 @@ class CBlock(CBlockHeader):
self.nNonce += 1
self.rehash()
def __repr__(self):
return "CBlock(nVersion=%i hashPrevBlock=%064x hashMerkleRoot=%064x nTime=%s nBits=%08x nNonce=%08x vtx=%s)" \
% (self.nVersion, self.hashPrevBlock, self.hashMerkleRoot,