mirror of
https://github.com/status-im/dagger-contracts.git
synced 2025-02-06 19:53:23 +00:00
formatting
This commit is contained in:
parent
96f2dcaf3e
commit
6ab4849ac9
@ -50,7 +50,10 @@ contract StateRetrieval {
|
|||||||
_slotsPerHost[host].remove(SlotId.unwrap(slotId));
|
_slotsPerHost[host].remove(SlotId.unwrap(slotId));
|
||||||
}
|
}
|
||||||
|
|
||||||
function _removeFromMyValidationSlots(uint16 groupIdx, SlotId slotId) internal {
|
function _removeFromMyValidationSlots(
|
||||||
|
uint16 groupIdx,
|
||||||
|
SlotId slotId
|
||||||
|
) internal {
|
||||||
_slotsPerValidator[groupIdx].remove(SlotId.unwrap(slotId));
|
_slotsPerValidator[groupIdx].remove(SlotId.unwrap(slotId));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user