mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-19 09:52:09 +01:00
Default to native segwit wallet (#2548)
* Default to native segwit wallet * Add to doc
This commit is contained in:
parent
667d651032
commit
906387c469
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user