forked from nathanwoodburn/firewalletbrowser
feat: Allow zapping txs of a different age
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user