Skip to content

Commit

Permalink
Merge branch 'main' into remove-deptool
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio authored May 9, 2024
2 parents aab4088 + ae6d3ba commit 0044cec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/soroban-rpc/internal/events/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ func (m *MemoryStore) IngestEvents(ledgerCloseMeta xdr.LedgerCloseMeta) error {
}
m.lock.Lock()
if _, err = m.eventsByLedger.Append(bucket); err != nil {
m.lock.Unlock()
return err
}
m.lock.Unlock()
Expand Down

0 comments on commit 0044cec

Please sign in to comment.