Updated on 2026-08-14

This commit is contained in:
Tangem 2022-12-07 14:56:00 +03:00
parent b5f6af970b
commit 141c7d3936
14 changed files with 66 additions and 64 deletions

View file

@ -121,7 +121,7 @@ class DerivationManagerImpl(
)
}
else -> {
throw IllegalStateException("result result is null")
error("result result is null")
}
}
}