We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14a1b26 commit 7730643Copy full SHA for 7730643
1 file changed
include/msgpack/v1/object.hpp
@@ -642,7 +642,7 @@ template <typename Stream, typename T>
642
struct packer_serializer {
643
static msgpack::packer<Stream>& pack(msgpack::packer<Stream>& o, const T& v) {
644
// <barretenberg>Note, if this is failing, the associated type probably wants
645
- // a MSGPACK(...fields...); macro call </barretenberg>
+ // a MSGPACK_FIELDS(...fields...); macro call </barretenberg>
646
v.msgpack_pack(o);
647
return o;
648
}
0 commit comments