What I feel puzzled is that in block.py,
self.previousHash = hash32(blockchain) self.merkleHash = hash32(blockchain), they all use hash32() function, and are printed using %s, why they have different results?
I am looking forward to receiving from you. Thank you very much.
What I feel puzzled is that in block.py,
self.previousHash = hash32(blockchain) self.merkleHash = hash32(blockchain)
, they all usehash32()
function, and are printed using%s
, why they have different results? I am looking forward to receiving from you. Thank you very much.