Default to native segwit wallet (#2548)

* Default to native segwit wallet

* Add to doc
This commit is contained in:
benthecarman 2021-01-21 16:27:46 -06:00 committed by GitHub
parent 667d651032
commit 906387c469
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ bitcoin-s {
wallet = ${bitcoin-s.dbDefault}
# settings for wallet module
wallet {
defaultAccountType = legacy # legacy, segwit, nested-segwit
defaultAccountType = segwit # legacy, segwit, nested-segwit
bloomFalsePositiveRate = 0.0001 # percentage

View File

@ -154,7 +154,7 @@ bitcoin-s {
# The wallet name can contain letters, numbers, and underscores '_'.
# walletName = MyWallet0
defaultAccountType = legacy # legacy, segwit, nested-segwit
defaultAccountType = segwit # legacy, segwit, nested-segwit
bloomFalsePositiveRate = 0.0001 # percentage