logging also when proof will be required

This commit is contained in:
Ben 2025-08-25 13:56:33 +02:00
parent 74dbdfba17
commit 365e78f050
No known key found for this signature in database
GPG Key ID: 0F16E812E736C24B

View File

@ -58,7 +58,8 @@ namespace CodexContractsPlugin.ChainMonitor
var result = new CurrentPeriod(periodNumber);
ForEachActiveSlot(requests, (request, slotIndex) =>
{
if (contracts.IsProofRequired(request.RequestId, slotIndex))
if (contracts.IsProofRequired(request.RequestId, slotIndex) ||
contracts.WillProofBeRequired(request.RequestId, slotIndex))
{
var idx = Convert.ToInt32(slotIndex);
var host = request.Hosts.GetHost(idx);