summaryrefslogtreecommitdiff
path: root/nexus
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-08-07 14:31:03 +0200
committerFlorian Dold <florian@dold.me>2021-08-07 14:31:03 +0200
commit01097851c918e2ae7d520263ffaf2d0f168129b4 (patch)
tree09a217d848a6f0a0c290d6dc5bdf0e65e88c3bf1 /nexus
parent6cc7ea10d00305f8271e93f36f95cf05fabec105 (diff)
downloadlibeufin-01097851c918e2ae7d520263ffaf2d0f168129b4.tar.gz
libeufin-01097851c918e2ae7d520263ffaf2d0f168129b4.tar.bz2
libeufin-01097851c918e2ae7d520263ffaf2d0f168129b4.zip
sandbox: do not compute balance, as implementation sometimes throws
Diffstat (limited to 'nexus')
-rw-r--r--nexus/src/main/kotlin/tech/libeufin/nexus/Scheduling.kt1
1 files changed, 0 insertions, 1 deletions
diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/Scheduling.kt b/nexus/src/main/kotlin/tech/libeufin/nexus/Scheduling.kt
index 85287531..7e87c5a7 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/Scheduling.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/Scheduling.kt
@@ -24,7 +24,6 @@ import com.cronutils.model.time.ExecutionTime
import com.cronutils.parser.CronParser
import com.fasterxml.jackson.module.kotlin.jacksonObjectMapper
import io.ktor.client.HttpClient
-import kotlinx.coroutines.DelicateCoroutinesApi
import kotlinx.coroutines.GlobalScope
import kotlinx.coroutines.launch
import kotlinx.coroutines.time.delay