feat: Allow zapping txs of a different age

This commit is contained in:
2025-09-02 17:58:40 +10:00
parent 6d318a597b
commit 812fc84d3e
2 changed files with 10 additions and 4 deletions

View File

@@ -1582,9 +1582,7 @@ def resendTXs():
}
def zapTXs(account):
age = 60 * 20 # 20 minutes
def zapTXs(account, age=1200):
account_name = check_account(account)
if not account_name: