Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #114: Call through to inner size_hint
2a12d2e Call through to inner size_hint (Tobin C. Harding) 0336da0 Remove unnecessary whitespace (Tobin C. Harding) Pull request description: Currently our `size_hint` methods are calling `len` (from `ExactSizeIterator`) which is incorrect. We should in fact call `size_hint` on the inner iterator. ACKs for top commit: apoelstra: ACK 2a12d2e clarkmoody: ACK 2a12d2e Tree-SHA512: 75c69fa306c76045f465813e9b696788ff72899b6cf9f7347489a12f9c31b8baba0f1dd5067edd5c7ad117e3f82b1491555b91cc628ed7816a4135e24e6f000a
- Loading branch information