Skip to content

Commit

Permalink
fixed historicrate double.nan crash (#4071)
Browse files Browse the repository at this point in the history
  • Loading branch information
aromano-bc committed Nov 4, 2022
1 parent 3e0c2ce commit 9f3f982
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blockchainApi/src/main/java/com/blockchain/api/koin.kt
Expand Up @@ -188,6 +188,7 @@ val blockchainApiModule = module {
ignoreUnknownKeys = true
isLenient = true
encodeDefaults = true
allowSpecialFloatingPointValues = true
serializersModule = SerializersModule {
contextual(BigDecimalSerializer)
contextual(BigIntSerializer)
Expand Down

0 comments on commit 9f3f982

Please sign in to comment.