ui: Fix pagination clearing filters

This commit is contained in:
tecnovert
2023-02-19 17:24:08 +02:00
parent 577849f01c
commit 5b0c1e9b51
5 changed files with 10 additions and 9 deletions

View File

@@ -294,7 +294,7 @@ def main():
'amt_var': offer_template['amount_variable'],
'valid_for_seconds': offer_template.get('offer_valid_seconds', config.get('offer_valid_seconds', 3600)),
'rate': use_rate,
'swap_type': 'adaptor_sig',
'swap_type': offer_template.get('swap_type', 'adaptor_sig'),
'lockhrs': '24',
'automation_strat_id': 1}
if args.debug: