Skip to content

Commit

Permalink
suppres error
Browse files Browse the repository at this point in the history
  • Loading branch information
yogurtandjam committed Jun 13, 2024
1 parent 44b24ca commit 1d64957
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -884,6 +884,7 @@ internal class OnboardingSupervisor(
}
}

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

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

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

0 comments on commit 1d64957

Please sign in to comment.