fix: remove jar source from scheduler options (#465)

This commit is contained in:
Thebora Kompanioni 2022-08-11 17:13:16 +02:00 committed by GitHub
parent 505e9606f5
commit b7433571e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

@ -211,7 +211,6 @@ export default function Jam() {
stage1_timelambda_increase: 1.0,
liquiditywait: 10,
waittime: 1.0,
mixdepthsrc: 0,
}
}

View file

@ -102,7 +102,6 @@ interface StartSchedulerRequest {
}
interface TumblerOptions {
mixdepthsrc?: number
restart?: boolean
schedulefile?: string
addrcount?: number