From d24eccd3b3ee1a915a276b6d0d3b9c3f7fde0b9b Mon Sep 17 00:00:00 2001 From: Luis Daniel Bianchi Date: Fri, 1 Mar 2024 11:44:51 +0800 Subject: [PATCH] fixup! feat: added base object type --- lib/include/cardano/object.h | 2 +- lib/tests/object.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/include/cardano/object.h b/lib/include/cardano/object.h index 6279ea51..fd6ae7ab 100644 --- a/lib/include/cardano/object.h +++ b/lib/include/cardano/object.h @@ -1,7 +1,7 @@ /** * \file object.h * - * \author angel.castillo + * \author luisd.bianchi * \date Sep 12, 2023 * * \section LICENSE diff --git a/lib/tests/object.cpp b/lib/tests/object.cpp index 8e4cf6de..65f6adfd 100644 --- a/lib/tests/object.cpp +++ b/lib/tests/object.cpp @@ -1,7 +1,7 @@ /** * \file object.cpp * - * \author angel.castillo + * \author luisd.bianchi * \date Sep 09, 2023 * * \section LICENSE