Skip to content

Commit 823f5f2

Browse files
nit: change fn name
Signed-off-by: james-a-morris <[email protected]>
1 parent cb593e1 commit 823f5f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/utils/EventUtils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ export function isEventOlder<T extends SortableEvent>(ex: T, ey: T): boolean {
269269
return ex.logIndex < ey.logIndex;
270270
}
271271

272-
export function getTransactionHashes(events: SortableEvent[]): string[] {
272+
export function getTransactionRefs(events: SortableEvent[]): string[] {
273273
return [...Array.from(new Set(events.map((e) => e.txnRef)))];
274274
}
275275

0 commit comments

Comments
 (0)