fixed blockstamp naming in BucketParamsAPI

This commit is contained in:
Mikelle
2021-03-19 12:56:57 +03:00
parent 379ca78b4e
commit cd7cdef339

View File

@@ -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"`