Bug Fix: Improved Payment Processing for UTXO Networks (BTC, LTC, DOGE)

article illustration
#announcements

A technical update has been released to resolve an issue with payment crediting logic for UTXO-based cryptocurrencies.

Issue Overview

A bug was identified in the processing of transactions that include multiple outputs to different SHKeeper wallets within a single blockchain transaction. In such scenarios, invoice amounts were being calculated incorrectly, with subsequent invoices cumulatively adding amounts from previous outputs in the same batch.

The Solution

We have refined the transaction parsing algorithm. The system now strictly isolates each output, ensuring that every invoice is credited only with the specific amount intended for its address, regardless of other outputs in the transaction.

How to Update

To apply the fix, update your SHKeeper instance using the standard Helm commands:

helm repo update
helm upgrade -f values.yaml shkeeper vsys-host/shkeeper