electrum-personal-server icon indicating copy to clipboard operation
electrum-personal-server copied to clipboard

Remove unused BIP32 functions (pybitcointools)

Open theStack opened this issue 2 years ago • 0 comments

This PR is another step towards getting rid of unused functions from the pybitcointools library which was imported in the first commit. Note that the changes are deliberately kept minimal and are divided up into multiple commit in order to make review trivial; at each commit, searching the removed function in the code-base via executing git grep funcname verifies that the function is not directly called anymore (see also commit messages).

theStack avatar Jun 19 '22 16:06 theStack