Skip to content

Commit

Permalink
Fix typo in json field name
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie-wasp committed Nov 11, 2019
1 parent 24d4e11 commit 2d8d741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion es/transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type Transaction struct {
FeeCharged int `json:"fee_charged"`
OperationCount int `json:"operation_count"`
CloseTime time.Time `json:"close_time"`
Successful bool `json:"succesful"`
Successful bool `json:"successful"`
ResultCode int `json:"result_code"`
SourceAccountID string `json:"source_account_id"`

Expand Down

0 comments on commit 2d8d741

Please sign in to comment.