mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-08 04:53:01 +02:00
Division of MuHash objects are very expensive and multiplication relatively cheap. The whole idea of introducing and tracking numerator and denominators seperately as a representation of the internal state was so that divisions would be rare. So using divison in the Remove method did not make any sense and was just a silly mistake which is corrected here.