Tested functionally (for my use anyway) with HDPrivateKey.from_seed(..., network='regtest').
I also have some ideas about global-default network switching to avoid having to specify network='...' for all calls (while still retaining the ability to specify network per-call) if you guys are interested.
Closes https://github.com/buidl-bitcoin/buidl-python/issues/134
Tested functionally (for my use anyway) with
HDPrivateKey.from_seed(..., network='regtest')
.I also have some ideas about global-default network switching to avoid having to specify
network='...'
for all calls (while still retaining the ability to specify network per-call) if you guys are interested.