208 | @@ -209,7 +209,7 @@ def start_node(self, i, dirname, extra_args=None, rpchost=None, timewait=None, b
209 | datadir = os.path.join(dirname, "node" + str(i))
210 | if binary is None:
211 | binary = os.getenv("BITCOIND", "bitcoind")
212 | - args = [binary, "-datadir=" + datadir, "-server", "-keypool=1", "-discover=0", "-rest", "-logtimemicros", "-debug", "-debugexclude=libevent", "-debugexclude=leveldb", "-mocktime=" + str(self.mocktime), "-uacomment=testnode%d" % i]
213 | + args = [binary, "-datadir=" + datadir, "-server", "-keypool=1", "-keypoolcritical=0", "-discover=0", "-rest", "-logtimemicros", "-debug", "-debugexclude=libevent", "-debugexclude=leveldb", "-mocktime=" + str(self.mocktime), "-uacomment=testnode%d" % i]
In commit "[wallet] keypool mark-used and topup"
It looks like these test changes got added to the wrong commit.
Thanks Russ. You're right, this was in the wrong commit and shouldn't be in this PR. Fixed