tenthirtyone / blocktools

Block Parser for Bitcoin
142 stars 73 forks source link

Some Problems about This Program #6

Closed HuangZhenyang closed 7 years ago

HuangZhenyang commented 7 years ago

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.