Updated on 2026-08-14
This commit is contained in:
parent
646fe2d349
commit
f75a69abfe
1 changed files with 1 additions and 1 deletions
|
|
@ -235,7 +235,7 @@ internal class DefaultYieldSupplyTransactionRepository(
|
|||
isInitialized = sdkSupplyStatus?.isInitialized == true,
|
||||
isAllowedToSpend = isAllowedToSpend,
|
||||
)
|
||||
}.onFailure(Timber::e).getOrThrow()
|
||||
}.onFailure(Timber::e).getOrNull()
|
||||
}
|
||||
|
||||
private fun createDeployTransaction(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue