Updated on 2026-08-14
This commit is contained in:
parent
721ab042e0
commit
7d599256d1
27 changed files with 366 additions and 454 deletions
|
|
@ -35,7 +35,7 @@ object MockP2PEthPoolAccountResponseFactory {
|
|||
availableToUnstake = stakedAmount,
|
||||
availableToWithdraw = BigDecimal.ZERO,
|
||||
exitQueue = P2PEthPoolExitQueueDTO(
|
||||
total = 0.0,
|
||||
total = BigDecimal.ZERO,
|
||||
requests = emptyList(),
|
||||
),
|
||||
)
|
||||
|
|
@ -55,7 +55,7 @@ object MockP2PEthPoolAccountResponseFactory {
|
|||
availableToUnstake = BigDecimal.ZERO,
|
||||
availableToWithdraw = BigDecimal.ZERO,
|
||||
exitQueue = P2PEthPoolExitQueueDTO(
|
||||
total = 0.0,
|
||||
total = BigDecimal.ZERO,
|
||||
requests = emptyList(),
|
||||
),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue