Skip to content

Commit ff846a9

Browse files
committed
GUI: bugfix, set locked label invisible for shield notes.
We don't have support for the functionality yet.
1 parent 3e2d8e3 commit ff846a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/qt/coincontroldialog.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,7 @@ void CoinControlDialog::updateLabelLocked()
478478
} else
479479
ui->labelLocked->setVisible(false);
480480
} else {
481+
ui->labelLocked->setVisible(false);
481482
// TODO: implement locked notes functionality inside the wallet..
482483
}
483484
}

0 commit comments

Comments
 (0)