Switch to 100% for the HD internal keypool size

This commit is contained in:
Jonas Schnelli
2017-01-17 08:55:30 +01:00
parent bcafca1077
commit 79df9df348
5 changed files with 14 additions and 13 deletions

View File

@@ -468,7 +468,6 @@ class RawTransactionsTest(BitcoinTestFramework):
# drain the keypool
self.nodes[1].getnewaddress()
self.nodes[1].getrawchangeaddress()
self.nodes[1].getrawchangeaddress()
inputs = []
outputs = {self.nodes[0].getnewaddress():1.1}
rawTx = self.nodes[1].createrawtransaction(inputs, outputs)