Am 21.04.2016 um 17:28 schrieb Eric Lombrozo: > In practice the probability of this case triggering is on the order of > 2^-128 or something astronomically tiny. I've been using BIP32 for a few > years already as have many others...I don't think we've ever had to > handle this case. Justifiably, many app developers feel like the > additional complexity of properly handling this case is not worth the > effort. > > Having said that, if the handling of this case is simple to implement > and easy to isolate in the program flow, I am in favor of doing > something along the lines of what you propose. >
Yes, the idea is to handle the problem in the library so that app developers don't have to handle the case of missing addresses or just ignore the problem. It also doesn't add much complexity to the library as the current implementations already test for invalid keys. The library would then just retry instead of returning an error (that most app developers would then ignore). Jochen _______________________________________________ bitcoin-dev mailing list bitcoin-dev@lists.linuxfoundation.org https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev