programmingbitcoin icon indicating copy to clipboard operation
programmingbitcoin copied to clipboard

Chapter 9 exercise 9 test is testing too much

Open bolatovumar opened this issue 5 years ago • 1 comments

Test for exercise 9 in chapter 9 tests for block target and difficulty. It should test for block target only. Exercise for difficulty is exercise 10.

This line should be removed: https://github.com/jimmysong/programmingbitcoin/blob/master/code-ch09/block.py#L153

bolatovumar avatar Jan 12 '20 04:01 bolatovumar

Thank you 🙏

lucidprojects avatar Jan 14 '21 21:01 lucidprojects