mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2026-08-11 17:18:01 +00:00
indicate if locktime disabled
This commit is contained in:
@@ -189,5 +189,6 @@ public class HeadersController extends TransactionFormController implements Init
|
||||
@Override
|
||||
public void updated(Transaction transaction) {
|
||||
updateTxId();
|
||||
locktimeFieldset.setText(headersForm.getTransaction().isLockTimeEnabled() ? "Locktime" : "Locktime (Disabled)");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user