bitmerchant icon indicating copy to clipboard operation
bitmerchant copied to clipboard

Parameter wallet_num is not used

Open ghtdak opened this issue 9 years ago • 1 comments

Not sure if this matters

https://github.com/sbuss/bitmerchant/blob/master/tests/generate_bip32_test_vectors.py#L23

also seed in generate_address_vector

https://github.com/sbuss/bitmerchant/blob/master/tests/generate_bip32_test_vectors.py#L44

ghtdak avatar Jul 13 '16 22:07 ghtdak

Hi @ghtdak, thanks for the issue! This is definitely a mistake and makes the code hard to follow. I should have removed wallet_num from get_new_address in c2542110e58dcef61e4f1bf011109e9a7548bc18 since the random seed parameter takes care of it, but I overlooked it.

I'm preparing a fix now.

sbuss avatar Jul 14 '16 04:07 sbuss