We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dad7f9 commit 493674fCopy full SHA for 493674f
include/bitcoin/protocol/zmq/frame.hpp
@@ -72,7 +72,7 @@ class BCP_API frame
72
bool destroy() NOEXCEPT;
73
74
bool more_;
75
- const bool valid_;
+ bool valid_;
76
77
// Mutability is a hack around lack of const overloads in zeromq, allowing
78
// the payload method to be properly const while other access is not.
0 commit comments