mirror of
https://github.com/status-im/nim-dagger.git
synced 2025-02-12 22:56:36 +00:00
Cosmetic change
This commit is contained in:
parent
751da2fd27
commit
dcd06adb88
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user