Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
psheth9 committed Feb 5, 2024
1 parent 0690766 commit 794f7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xdr/transaction_meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func (t *TransactionMeta) GetDiagnosticEvents() ([]DiagnosticEvent, error) {
if sorobanMeta := t.MustV3().SorobanMeta; sorobanMeta != nil {
diagnosticEvents = sorobanMeta.DiagnosticEvents
if len(diagnosticEvents) > 0 {
// all contract events and diag events for a single operation(by it's index in the tx) were available
// all contract events and diag events for a single operation(by its index in the tx) were available
// in tx meta's DiagnosticEvents, no need to look anywhere else for events
return diagnosticEvents, nil
}
Expand Down

0 comments on commit 794f7f2

Please sign in to comment.