will settings widget improved

export event to calendar
bug fixes
This commit is contained in:
2026-05-09 02:29:09 -04:00
parent b5eda4f05a
commit 861355393d
4 changed files with 807 additions and 585 deletions

View File

@@ -526,7 +526,7 @@ class Will:
@staticmethod
def get_min_locktime(will,default_value=None):
return min((v.tx.locktime for v in will.values() if v.get_status('VALID')), default=default_value)
return min((v.tx.locktime for v in will.values() if v.get_status('VALID')), default=default_value)