#### Steps to reproduce: ```sh ❯ bitcoin-cli --rpcuser=x --rpcpassword=y -regtest getnewaddress "" "bech32" bcrt1q6rhpng9evdsfnn833a4f4vej0asu6dk5srld6x ``` By [BIP173 Segwit address format](https://github.com/bitcoin/bips/blob/master/bip-0173.mediawiki#segwit-address-format) `bitcoind` should return a `tb` prefixed address for testnet, and by [developer examples](https://bitcoin.org/en/developer-examples#regtest-mode), regtest is a ` blockchain with the same basic rules as testnet`. #### Expected behavior `bitcoind` should return a bech32 address with the same prefix as testnet. #### Bitcoind version 0.16.0rc1