Skip to content

Commit

Permalink
Fix for #103
Browse files Browse the repository at this point in the history
  • Loading branch information
billettc committed Jan 8, 2019
1 parent 638ba4b commit 299c816
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions responses.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,10 @@ type AccountResp struct {
LastCodeUpdate JSONTime `json:"last_code_update"`
Created JSONTime `json:"created"`
CoreLiquidBalance Asset `json:"core_liquid_balance"`
RAMQuota int64 `json:"ram_quota"`
RAMUsage int64 `json:"ram_usage"`
NetWeight Int64 `json:"net_weight"`
CPUWeight Int64 `json:"cpu_weight"`
RAMQuota JSONInt64 `json:"ram_quota"`
RAMUsage JSONInt64 `json:"ram_usage"`
NetWeight JSONInt64 `json:"net_weight"`
CPUWeight JSONInt64 `json:"cpu_weight"`
NetLimit AccountResourceLimit `json:"net_limit"`
CPULimit AccountResourceLimit `json:"cpu_limit"`
Permissions []Permission `json:"permissions"`
Expand Down

0 comments on commit 299c816

Please sign in to comment.