| 31 | // At least one test is required (in case ENABLE_EXTERNAL_SIGNER is not defined). |
| 32 | // Workaround for https://github.com/bitcoin/bitcoin/issues/19128 |
| 33 | BOOST_AUTO_TEST_CASE(dummy) |
| 34 | { |
| 35 | BOOST_CHECK(true); |
| 36 | } |
| 37 | |
| 38 | #ifdef ENABLE_EXTERNAL_SIGNER |
| 39 |
nothing calls this directly
no test coverage detected