diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-10-13 07:19:08 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-10-13 07:19:13 +0200 |
commit | a9f642870849dcbfe32632fd6614804be61ab40c (patch) | |
tree | bacd65c5dc49473bfba23b41f861be936c5ebe98 /src/consensus/tx_verify.cpp | |
parent | 39872f5ed43d8715e120c6749b4cbfb5ab3bc56b (diff) | |
parent | 7e88f61b285e6a356ea4f6ba384858f109559985 (diff) |
Merge bitcoin/bitcoin#23003: multiprocess: Make interfaces::Chain::isTaprootActive non-const
7e88f61b285e6a356ea4f6ba384858f109559985 multiprocess: Make interfaces::Chain::isTaprootActive non-const (Russell Yanofsky)
Pull request description:
`interfaces::Chain` is an abstract class, so declaring the method const would be exposing internal implementation details of subclasses to interface callers. And specifically this doesn't work because the multiprocess implementation of the `interfaces::Chain::isTaprootActive` method can't be const because IPC connection state and request state is not constant during the call.
---
This PR is part of the [process separation project](https://github.com/bitcoin/bitcoin/projects/10).
ACKs for top commit:
jamesob:
ACK https://github.com/bitcoin/bitcoin/pull/23003/commits/7e88f61b285e6a356ea4f6ba384858f109559985
Tree-SHA512: 1c5ed89870aeb7170b9048c41299ab650dfa3d0978088e08c4c866fa0babb292722710b16f25540f26667220cb4747b1c256c4bd42893c552291eccc155346a3
Diffstat (limited to 'src/consensus/tx_verify.cpp')
0 files changed, 0 insertions, 0 deletions