Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
chowbao committed Feb 3, 2025
1 parent b7c0737 commit a3846f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ingest/manage_data_details.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

type ManageDataDetail struct {
Name string `json:"name"`
Value string `json:value"`
Value string `json:"value"`
}

func (o *LedgerOperation) ManageDataDetails() (ManageDataDetail, error) {
Expand Down
2 changes: 1 addition & 1 deletion ingest/revoke_sponsorship_details.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
type RevokeSponsorshipDetail struct {
SignerAccountID string `json:"signer_account_id"`
SignerKey string `json:"signer_key"`
LedgerKeyDetails LedgerKeyDetail `json:"ledger_key_detail`
LedgerKeyDetails LedgerKeyDetail `json:"ledger_key_detail"`
}

func (o *LedgerOperation) RevokeSponsorshipDetails() (RevokeSponsorshipDetail, error) {
Expand Down

0 comments on commit a3846f2

Please sign in to comment.