Browse Source

add tooltips for freeze_reuse config to Qt

master
Adam Gibson 6 years ago
parent
commit
f949ee9e08
No known key found for this signature in database
GPG Key ID: 141001A1AF77F20B
  1. 3
      scripts/qtsupport.py

3
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

Loading…
Cancel
Save