programmingbitcoin icon indicating copy to clipboard operation
programmingbitcoin copied to clipboard

Typo fix

Open amadeann opened this issue 4 years ago • 0 comments

len(bin(16)) is 7, not 6. So if we want to get to 4, we need to have:

len(bin(total))-3 and not: len(bin(total))-2

amadeann avatar Mar 04 '21 07:03 amadeann