diff options
author | Sebastian Falbesoner <sebastian.falbesoner@gmail.com> | 2023-03-13 23:26:35 +0100 |
---|---|---|
committer | Sebastian Falbesoner <sebastian.falbesoner@gmail.com> | 2023-07-03 18:06:48 +0200 |
commit | 210ef1e980e0887c5675b66bcd5cbccd00aceec6 (patch) | |
tree | af5f5fe7683ee9d249aeb556924e10ee6684e260 /src/qt/bantablemodel.cpp | |
parent | f50fb178c30ea4bec0b369af3d15cab08d33396f (diff) |
qt: remove confusing "Dust" label from coincontrol / sendcoins dialog
In contrast to to all other labels on the coin selection dialog, the
displayed dust information has nothing to do with the selected coins.
All that this label shows is whether at least one of the _outputs_
qualify as dust, but the outputs are set in a different dialog.
(Even worse, the dust check is currently simply wrong because it only
looks at an output's nValue and just assumes a P2PKH script size.)
As the label clearly doesn't help the user and is, quite the contrary,
rather increasing confusion/misguidance, it seems sensible to remove it.
Also, remove the label from the sendcoins dialog with the same rationale.
Diffstat (limited to 'src/qt/bantablemodel.cpp')
0 files changed, 0 insertions, 0 deletions