Skip to content

Commit

Permalink
fix onboarding supervisor by pulling from next branch
Browse files Browse the repository at this point in the history
  • Loading branch information
yogurtandjam committed Jun 14, 2024
1 parent 50eb328 commit becd862
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,6 @@ internal class OnboardingSupervisor(
}
}

@Suppress("UnusedPrivateMember")
private fun retrieveSkipWithdrawalRouteExchange(
state: PerpetualState?,
decimals: Int,
Expand Down Expand Up @@ -987,7 +986,6 @@ internal class OnboardingSupervisor(
}
}

@Suppress("UnusedPrivateMember")
private fun retrieveSkipWithdrawalRouteNonCCTP(
state: PerpetualState?,
decimals: Int,
Expand Down Expand Up @@ -1034,7 +1032,6 @@ internal class OnboardingSupervisor(
}
}

@Suppress("UnusedPrivateMember")
private fun retrieveSkipWithdrawalRouteCCTP(
state: PerpetualState?,
decimals: Int,
Expand Down

0 comments on commit becd862

Please sign in to comment.