Skip to content

Commit

Permalink
Reflect changes in JSON serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
bifurcation committed Jul 25, 2023
1 parent cdcc857 commit 7a18e1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmd/interop/src/json_details.h
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,11 @@ NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE(WelcomeTestVector,

NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE(TreeOperationsTestVector,
tree_before,
tree_hash_before,
proposal,
proposal_sender,
tree_after)
tree_after,
tree_hash_after)

NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE(TreeKEMTestVector::PathSecret,
node,
Expand Down

0 comments on commit 7a18e1b

Please sign in to comment.