mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-05-21 08:49:28 +00:00
cleanup
This commit is contained in:
parent
668b812b80
commit
6b2ca648e4
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user