Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dydx committed Aug 13, 2024
1 parent 6f50c87 commit 3f98d9c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ final class dydxTransferSubaccountWorker: BaseWorker {
AbacusStateManager.shared.state.accountBalance(of: AbacusStateManager.shared.environment?.usdcTokenInfo?.denom)
.withLatestFrom(
AbacusStateManager.shared.state.walletState
.eraseToAnyPublisher()
)
.sink { [weak self] balance, walletState in
guard let balance, balance > dydxTransferSubaccountWorker.balanceRetainAmount else { return }
Expand Down

0 comments on commit 3f98d9c

Please sign in to comment.