feat: send change to bech32 addresses

This commit is contained in:
Neal 2021-12-14 17:55:06 -05:00
parent 9553bf8fc9
commit b956bf95fa
2 changed files with 3 additions and 1 deletions

View file

@ -45,6 +45,7 @@ keypool=10000
prune=4000
daemon=0
addresstype=p2sh-segwit
changetype=bech32
walletrbf=1
bind=0.0.0.0:8332
rpcport=8333`

View file

@ -44,5 +44,6 @@ connections=40
keypool=10000
prune=4000
daemon=0
addresstype=p2sh-segwit`
addresstype=p2sh-segwit
changetype=bech32`
}