fixes, allow sats below 1

This commit is contained in:
Believethehype
2023-11-28 17:13:42 +01:00
parent e8d0a945d5
commit e1c09e9e7e
11 changed files with 20 additions and 14 deletions

View File

@@ -13,7 +13,7 @@ class DVMTaskInterface:
NAME: str
KIND: int
TASK: str
COST: int
COST: float
PRIVATE_KEY: str
PUBLIC_KEY: str
DVM = DVM