mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-07 03:16:45 +01:00
fixed blockstamp naming in BucketParamsAPI
This commit is contained in:
@@ -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"`
|
||||||
|
|||||||
Reference in New Issue
Block a user