Fix loop start value#9285
Conversation
|
It looks like @Jongsic hasn't signed our Contributor License Agreement, yet.
You can read and sign our full Contributor License Agreement at the following URL: https://cla.parity.io Once you've signed, please reply to this thread with Many thanks, Parity Technologies CLA Bot |
|
[clabot:check] |
|
It looks like @Jongsic signed our Contributor License Agreement. 👍 Many thanks, Parity Technologies CLA Bot |
sorpaas
left a comment
There was a problem hiding this comment.
LGTM. This didn't trigger any test failure only because all our current usages are for from_hash == to_hash.
|
We should probably add some tests for this so we don't regress in the future. @Jongsic feel free to submit another PR if you want to add any tests for this. 🙂👍 |
…rp_sync_on_light_client * 'master' of https://github.com/paritytech/parity: ethcore: add transition flag for transaction permission contract (openethereum#9275) Remove all dapp permissions related settings (openethereum#9120) Improve return data truncate logic (openethereum#9254) Update wasm-tests hash (openethereum#9295) Implement KIP4: create2 for wasm (openethereum#9277) Fix loop start value (openethereum#9285) Avoid using $HOME if not necessary (openethereum#9273) Fix path to parity.h (openethereum#9274)
Fix loop start value of
to_hashI think this is very little mistake.