Browse Source

fixed blockstamp naming in BucketParamsAPI

refactore/rollupUpdateBuckets
Mikelle 3 years ago
parent
commit
cd7cdef339
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      db/historydb/views.go

+ 1
- 1
db/historydb/views.go

@ -355,7 +355,7 @@ type BucketUpdateAPI struct {
// Contract // Contract
type BucketParamsAPI struct { type BucketParamsAPI struct {
CeilUSD *apitypes.BigIntStr `json:"ceilUSD"` CeilUSD *apitypes.BigIntStr `json:"ceilUSD"`
BlockStamp *apitypes.BigIntStr `json:"blockstamp"`
BlockStamp *apitypes.BigIntStr `json:"blockStamp"`
Withdrawals *apitypes.BigIntStr `json:"withdrawals"` Withdrawals *apitypes.BigIntStr `json:"withdrawals"`
RateBlocks *apitypes.BigIntStr `json:"rateBlocks"` RateBlocks *apitypes.BigIntStr `json:"rateBlocks"`
RateWithdrawals *apitypes.BigIntStr `json:"rateWithdrawals"` RateWithdrawals *apitypes.BigIntStr `json:"rateWithdrawals"`

Loading…
Cancel
Save