From 18d1a3ab5d59b641bd7cf3ec923886f384bf381a Mon Sep 17 00:00:00 2001 From: Etan Kissling Date: Mon, 28 Aug 2023 18:40:15 +0200 Subject: [PATCH] X --- beacon_chain/libnimbus_lc/libnimbus_lc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/beacon_chain/libnimbus_lc/libnimbus_lc.h b/beacon_chain/libnimbus_lc/libnimbus_lc.h index 8dca76566..394eff68b 100644 --- a/beacon_chain/libnimbus_lc/libnimbus_lc.h +++ b/beacon_chain/libnimbus_lc/libnimbus_lc.h @@ -1107,7 +1107,7 @@ typedef struct ETHTransactions ETHTransactions; */ ETH_RESULT_USE_CHECK ETHTransactions *ETHTransactionsCreateFromJson( - const ETHRoot *transactionsRoot, + const ETHRoot *_Nullable transactionsRoot, const char *transactionsJson); /** @@ -1566,7 +1566,7 @@ typedef struct ETHReceipts ETHReceipts; */ ETH_RESULT_USE_CHECK ETHReceipts *ETHReceiptsCreateFromJson( - const ETHRoot *receiptsRoot, + const ETHRoot *_Nullable receiptsRoot, const char *receiptsJson, const ETHTransactions *transactions);