addwitnessaddress
returns an error if segwit is not activated. The test and the walletprematurewitness
option becomes useless after segwit is activated
addwitnessaddress
returns an error if segwit is not activated. The test and the walletprematurewitness
option becomes useless after segwit is activated
39@@ -40,7 +40,7 @@ class NULLDUMMYTest(BitcoinTestFramework):
40 def set_test_params(self):
41 self.num_nodes = 1
42 self.setup_clean_chain = True
43- self.extra_args = [['-whitelist=127.0.0.1', '-walletprematurewitness']]
44+ self.extra_args = [['-whitelist=127.0.0.1']]
-whitelist
argument isn’t actually needed here. Just delete the line entirely.
utACK b8016405d62a3592648267ca97312bae40ae72af
Needs rebase
Hi,
I am using bin file of bitcoin core 15.1 and am getting this error when i try addwitnessaddress