Files
bitcoin/test/functional/interface_ipc.py
Enoch Azariah 660947352c test: move make_mining_ctx to ipc_util.py
The async routines in both interface_ipc.py and interface_ipc_mining.py
contain redundant code to initialize the mining proxy object.

Move the make_mining_ctx helper into test_framework/ipc_util.py and
update both test files to use it. This removes the boilerplate and
prevents code duplication across the IPC test suite.

Github-Pull: #34727
Rebased-From: 63684d6922
2026-03-25 08:47:58 +08:00

7.7 KiB
Executable File