From f949ee9e0857ff9e21f6f72b7f0080b3b2eb68e7 Mon Sep 17 00:00:00 2001 From: Adam Gibson Date: Fri, 3 Jan 2020 14:24:37 +0000 Subject: [PATCH] add tooltips for freeze_reuse config to Qt --- scripts/qtsupport.py | 3 +++ 1 file changed, 3 insertions(+) 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