From fb07ec80249f098453edbe5dad87e4fae2210721 Mon Sep 17 00:00:00 2001 From: ThatBen Date: Fri, 20 Jun 2025 12:53:10 +0200 Subject: [PATCH] I'm dumb --- ProjectPlugins/CodexContractsPlugin/ChainMonitor/ChainState.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ProjectPlugins/CodexContractsPlugin/ChainMonitor/ChainState.cs b/ProjectPlugins/CodexContractsPlugin/ChainMonitor/ChainState.cs index 17d96b75..16667098 100644 --- a/ProjectPlugins/CodexContractsPlugin/ChainMonitor/ChainState.cs +++ b/ProjectPlugins/CodexContractsPlugin/ChainMonitor/ChainState.cs @@ -129,6 +129,7 @@ namespace CodexContractsPlugin.ChainMonitor if (request.Content.Cid.ToHex() != r.Request.Content.Cid.ToHex()) throw new Exception("Same request has different CIDs."); log.Log("Received the same request-creation event multiple times."); + return; } var newRequest = new ChainStateRequest(log, request, RequestState.New);