From cd7cdef339b438fe6b6c91f9333fcb3b1379300a Mon Sep 17 00:00:00 2001 From: Mikelle Date: Fri, 19 Mar 2021 12:56:57 +0300 Subject: [PATCH] fixed blockstamp naming in BucketParamsAPI --- db/historydb/views.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/historydb/views.go b/db/historydb/views.go index 2b98541..f869db9 100644 --- a/db/historydb/views.go +++ b/db/historydb/views.go @@ -355,7 +355,7 @@ type BucketUpdateAPI struct { // Contract type BucketParamsAPI struct { CeilUSD *apitypes.BigIntStr `json:"ceilUSD"` - BlockStamp *apitypes.BigIntStr `json:"blockstamp"` + BlockStamp *apitypes.BigIntStr `json:"blockStamp"` Withdrawals *apitypes.BigIntStr `json:"withdrawals"` RateBlocks *apitypes.BigIntStr `json:"rateBlocks"` RateWithdrawals *apitypes.BigIntStr `json:"rateWithdrawals"`