This commit is contained in:
ThatBen 2025-06-09 09:52:12 +02:00
parent 668b812b80
commit 6b2ca648e4
No known key found for this signature in database
GPG Key ID: 62C543548433D43E

View File

@ -86,11 +86,6 @@ namespace TraceContract
Add(requestEvent.Block.Utc, $"Slot reservations full. Index: {slotIndex}");
}
public void LogReserveSlotCalls(ReserveSlotFunction[] reserveSlotFunctions)
{
foreach (var call in reserveSlotFunctions) LogReserveSlotCall(call);
}
public void WriteContractEvents()
{
var sorted = entries.OrderBy(e => e.Utc).ToArray();