diff --git a/scripts/qtsupport.py b/scripts/qtsupport.py index 8ab0e80..e3f5fc3 100644 --- a/scripts/qtsupport.py +++ b/scripts/qtsupport.py @@ -127,6 +127,9 @@ config_tips = { "minimum_makers": "The minimum number of counterparties for the transaction\n" + "to complete (default 2). If set to a high value it can cause transactions\n" + "to fail much more frequently.", + "max_sats_freeze_reuse": "Threshold number of satoshis below which an\n" + + "incoming utxo to a reused address in the wallet will\n" + + "be AUTOMATICALLY frozen. -1 means always freeze reuse.", } #Temporarily disabled