mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-01-02 13:33:07 +00:00
logging also when proof will be required
This commit is contained in:
parent
74dbdfba17
commit
365e78f050
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user