mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-02 20:36:44 +00:00
indicate if locktime disabled
This commit is contained in:
parent
79e7b2440c
commit
c05fe42261
2 changed files with 2 additions and 1 deletions
2
drongo
2
drongo
|
@ -1 +1 @@
|
||||||
Subproject commit 8c4e6f4ac831ad613be5d52481db6097da5a981b
|
Subproject commit 1a0880dde7c209d5e00bcfc0541f18b9c1b1100d
|
|
@ -189,5 +189,6 @@ public class HeadersController extends TransactionFormController implements Init
|
||||||
@Override
|
@Override
|
||||||
public void updated(Transaction transaction) {
|
public void updated(Transaction transaction) {
|
||||||
updateTxId();
|
updateTxId();
|
||||||
|
locktimeFieldset.setText(headersForm.getTransaction().isLockTimeEnabled() ? "Locktime" : "Locktime (Disabled)");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue