diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-12-28 13:38:31 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-12-28 13:39:05 +0100 |
commit | 587cbca826d7331633a30b5a6cce170e3dbe2612 (patch) | |
tree | 29fb25db15a58b45a8fdaba7c038e112bb803a83 /configure.ac | |
parent | 1292334bf5c0ba768c102d24cd28d547fb501bdc (diff) | |
parent | d2efb66458e5ded38fe15216710de7036fe55244 (diff) |
Merge bitcoin/bitcoin#23873: test: use MiniWallet for p2p_compactblocks.py
d2efb66458e5ded38fe15216710de7036fe55244 test: use MiniWallet for p2p_compactblocks.py (Sebastian Falbesoner)
Pull request description:
This PR enables one more of the non-wallet functional tests (p2p_compactblocks.py) to be run even with the Bitcoin Core wallet disabled by using the MiniWallet instead, as proposed in #20078.
The wallet RPCs calls (`getnewaddress`/`sendtoaddress`) can easily be substituted by generating/sending to the MiniWallet's internal address instead (`self.generate(self.wallet, ...)`/`self.wallet.send_self_transfer(...)`).
ACKs for top commit:
josibake:
ACK https://github.com/bitcoin/bitcoin/pull/23873/commits/d2efb66458e5ded38fe15216710de7036fe55244
brunoerg:
tACK d2efb66458e5ded38fe15216710de7036fe55244
Tree-SHA512: 25340d95199ffd1fa734231c22b7710aad1ed4cda78c8c533c19cea90dc4eab65832f043d20e4fc5c0869692b1f300ad79af4e7fd3c4af8f2578ac9ccbbc9aeb
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions