Open CharlesFr opened 5 years ago
I'm sure the answer is obvious since it's not covered in the book but why do we need to multiply 0 by self.x?
self.x
https://github.com/jimmysong/programmingbitcoin/blob/2a6558263923214320bbdeb10826464fe24ef540/code-ch02/answers.py#L116
This has been raised before; you might find the discussion here useful: https://github.com/jimmysong/programmingbitcoin/issues/119
I'm sure the answer is obvious since it's not covered in the book but why do we need to multiply 0 by
self.x
?https://github.com/jimmysong/programmingbitcoin/blob/2a6558263923214320bbdeb10826464fe24ef540/code-ch02/answers.py#L116