Updated on 2026-08-14
This commit is contained in:
parent
1ab4cdd170
commit
50286e2558
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ internal fun withStubUnstakeAction(networkId: String, activeStake: BalanceState)
|
|||
}
|
||||
|
||||
internal fun isTronStakedBalance(networkId: String, pendingAction: PendingAction?): Boolean {
|
||||
return isTron(networkId) && pendingAction?.type == StakingActionType.REVOKE
|
||||
return isTron(networkId) && pendingAction?.type == StakingActionType.REVOTE
|
||||
}
|
||||
|
||||
internal fun isComposePendingActions(networkId: String, pendingActions: ImmutableList<PendingAction>?): Boolean {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue