Merge pull request #1000 from naconner/change-addresses
feat: send change to bech32 addresses
This commit is contained in:
commit
a297d0f6f7
2 changed files with 3 additions and 1 deletions
|
|
@ -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`
|
||||
|
|
|
|||
|
|
@ -44,5 +44,6 @@ connections=40
|
|||
keypool=10000
|
||||
prune=4000
|
||||
daemon=0
|
||||
addresstype=p2sh-segwit`
|
||||
addresstype=p2sh-segwit
|
||||
changetype=bech32`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue