From 2e969592982581c2052503744604913e459433da Mon Sep 17 00:00:00 2001 From: shoopea Date: Sat, 8 Aug 2020 12:42:00 +0200 Subject: [PATCH] fix --- def.go | 1 + 1 file changed, 1 insertion(+) diff --git a/def.go b/def.go index 813cbe6..3c609ca 100644 --- a/def.go +++ b/def.go @@ -627,6 +627,7 @@ type JobPayloadVaultValTab struct { Quantity int64 `json:"quantity"` Volume int64 `json:"volume"` Price float64 `json:"price"` + Weight int64 `json:"weight"` } type JobPayloadGetVault struct {