This commit is contained in:
shoopea 2020-08-08 12:09:48 +02:00
parent b3781de707
commit 484d81c5ab

2
def.go
View File

@ -626,7 +626,7 @@ type JobPayloadVaultValTab struct {
Quality string `json:"quality"`
Quantity int64 `json:"quantity"`
Volume int64 `json:"volume"`
Value float64 `json:"value"`
Price float64 `json:"price"`
}
type JobPayloadGetVault struct {