Skip to content

Commit 493674f

Browse files
committed
Enable frame assignability.
1 parent 9dad7f9 commit 493674f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/bitcoin/protocol/zmq/frame.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class BCP_API frame
7272
bool destroy() NOEXCEPT;
7373

7474
bool more_;
75-
const bool valid_;
75+
bool valid_;
7676

7777
// Mutability is a hack around lack of const overloads in zeromq, allowing
7878
// the payload method to be properly const while other access is not.

0 commit comments

Comments
 (0)