DigiByte Wallet v4.0.69

August 28, 2026

A reordering of the DigiAsset recovery that shipped in v4.0.68. Previously the DGB sweep ran first, so the wallet had to hold some DGB back to pay for the asset transfers — and that meant guessing the fee before the transfer existed. The guess shipped low, was corrected, and would have needed re-checking every time the transaction shape or fee rate changed.

The assets now move first, while every coin is still there. The transfers are built from facts rather than estimates, and the sweep is defined as whatever they did not spend. There is nothing left to estimate, so the class of bug goes away rather than one instance of it. A move that fails no longer strands the asset either: the wallet is left untouched and a retry has everything it needs. Verified on mainnet: two assets moved, 1.45 DGB swept, source wallet drained to zero.

Also fixed in the same run: a recovery that had moved both assets still printed “2 left behind” two lines above “2 of 2 assets moved”. The screen was reading “excluded from the sweep” as “left behind”, which was true under the old order and not the new one. Someone reading that on a wallet they had just emptied would go looking for coins that had already arrived. The wording was rewritten in all thirteen languages to say what is now true.