Cosmetic change

This commit is contained in:
Arnaud 2025-01-30 12:39:42 +01:00
parent 751da2fd27
commit dcd06adb88
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663

View File

@ -153,9 +153,7 @@ proc init*(
slotIndex: uint16,
collateral: UInt256,
): SlotQueueItem =
SlotQueueItem.init(
request.id, slotIndex, request.ask, request.expiry, collateral = collateral
)
SlotQueueItem.init(request.id, slotIndex, request.ask, request.expiry, collateral)
proc init*(
_: type SlotQueueItem,