You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4c197ea Remove current index from SliceEncoder (Tobin C. Harding)
Pull request description:
At one stage during development, IIRC, I was trying to mutate the encoder from within a loop and was unable to do so so I added a current index instead. With Andrew's later improved version of `advance` this was no longer the case but I left the `cur_idx` variable in there. Remove it.
This was noticed during review but kindly left for a follow up since its an internal change.
This is a follow up to rust-bitcoin#4982
ACKs for top commit:
apoelstra:
ACK 4c197ea; successfully ran local tests
Tree-SHA512: 1f47b3a0fff8bec58fbf859d4f66720198959b477852541b80138c336cf11646424a2f16cd7c3aacab6aaab3f8619ce2ae4d97abe41be6cd219ce7c7f436045d
0 commit comments