mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-03-26 17:51:46 +01:00
indicate if locktime disabled
This commit is contained in:
parent
79e7b2440c
commit
c05fe42261
2
drongo
2
drongo
@ -1 +1 @@
|
||||
Subproject commit 8c4e6f4ac831ad613be5d52481db6097da5a981b
|
||||
Subproject commit 1a0880dde7c209d5e00bcfc0541f18b9c1b1100d
|
@ -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)");
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user