Skip to content

snglcoinc.py: another bug fix

Kipp Cannon requested to merge (removed):snglcoinc_work into master

Description

This patch fixes another newly discovered bug in snglcoinc. The patch set includes some clean-up and performance improvements identified during the bug-hunting process.

API Changes and Justification

Backwards Compatible Changes

  • This change introduces no API changes
  • This change adds new API calls

Backwards Incompatible Changes

  • This change modifies an existing API
  • This change removes an existing API

If any of the Backwards Incompatible check boxes are ticked please provide a justification why this change is necessary and why it needs to be done in a backwards incompatible way.

Review Status

I am in the process of putting together a test suite. Some of the changes required to do that are included in this patch set, and it was that work that revealed this bug. That test suite fails without this fix, and passes with it.

Merge request reports