Merge pull request #1000 from naconner/change-addresses

feat: send change to bech32 addresses
This commit is contained in:
Rafael Taranto 2021-12-16 22:11:40 +00:00 committed by GitHub
commit a297d0f6f7
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`
}