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 3cf903d commit e470effCopy full SHA for e470eff
include/bitcoin/network/messages/json/body.hpp
@@ -48,7 +48,7 @@ struct json_value
48
/// Because of the parser and serializer members, neither the reader nor writer
49
/// is movable and as such must be in-place contructed (e.g. variant contruct).
50
template <typename Value = json_value>
51
-struct BCT_API body
+struct body
52
{
53
using value_type = Value;
54
0 commit comments