Skip to content

Commit 7730643

Browse files
committed
Grand rename
1 parent 14a1b26 commit 7730643

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/msgpack/v1/object.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ template <typename Stream, typename T>
642642
struct packer_serializer {
643643
static msgpack::packer<Stream>& pack(msgpack::packer<Stream>& o, const T& v) {
644644
// <barretenberg>Note, if this is failing, the associated type probably wants
645-
// a MSGPACK(...fields...); macro call </barretenberg>
645+
// a MSGPACK_FIELDS(...fields...); macro call </barretenberg>
646646
v.msgpack_pack(o);
647647
return o;
648648
}

0 commit comments

Comments
 (0)