Skip to content

Commit

Permalink
fix /account/staking/events/info response field name
Browse files Browse the repository at this point in the history
  • Loading branch information
romever committed Jul 14, 2024
1 parent ebd9f8d commit 54c71ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/internal/types/types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/oasisscan.api
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ type (
Timestamp int64 `json:"timestamp"`
Transafer interface{} `json:"transafer,omitempty"`
Burn interface{} `json:"burn,omitempty"`
Escrow interface{} `json:"Escrow,omitempty"`
Escrow interface{} `json:"escrow,omitempty"`
AllowanceChange interface{} `json:"allowanceChange,omitempty"`
}
)
Expand Down

0 comments on commit 54c71ef

Please sign in to comment.