Skip to content

Commit

Permalink
#5175: fix go format warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
sreuland committed Jan 25, 2024
1 parent 4765d52 commit c9762bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ func (operation *transactionOperationWrapper) Details() (map[string]interface{},
var balanceChanges []map[string]interface{}
var parseErr error
if operation.skipSorobanDetails {
// https://github.com/stellar/go/issues/5175
// https://github.com/stellar/go/issues/5175
// intentionally toggle off parsing soroban meta into "asset_balance_changes"
balanceChanges = make([]map[string]interface{}, 0)
} else {
Expand Down
2 changes: 1 addition & 1 deletion services/horizon/internal/integration/sac_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ func CaseExpirationAndRestoration(t *testing.T) {
// a fake asset contract in the horizon db and we don't
// want state verification to detect this
"ingest-disable-state-verification": "true",
"disable-soroban-ingest": fmt.Sprint(DisabledSoroban),
"disable-soroban-ingest": fmt.Sprint(DisabledSoroban),
},
})

Expand Down

0 comments on commit c9762bd

Please sign in to comment.