Updated on 2026-08-14
This commit is contained in:
parent
029ba6e96c
commit
09afc9580d
1 changed files with 3 additions and 0 deletions
|
|
@ -385,6 +385,9 @@ internal class DefaultOnrampRepository(
|
|||
},
|
||||
)
|
||||
}
|
||||
|
||||
if (onrampProviders.isEmpty()) throw OnrampPairsError.PairsNotFound
|
||||
|
||||
OnrampPair(onrampProviders)
|
||||
}
|
||||
pairsStore.store(PAIRS_KEY, onrampPairs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue