D9989 broke src/test/test_bitcoin. This was not noticed until now
because most of the time we run the tests via ninja check, which
didn't fail (presumably because with ninja check there are not
concurrent wallets loaded at the same time).
This fixes it by using the common node context from BasicTestingSetup
to load the wallet, rather than creating a fresh NodeContext.