Skip to content

Commit

Permalink
add bank hash to frozen slot update
Browse files Browse the repository at this point in the history
  • Loading branch information
diman-io committed Dec 3, 2024
1 parent a243fbb commit aca211d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ type SlotsUpdatesNotificationsApiNotificationFrozen = Readonly<{
numSuccessfulTransactions: bigint;
numTransactionEntries: bigint;
}>;
hash?: string;

Check failure on line 28 in packages/rpc-subscriptions-api/src/slots-updates-notifications.ts

View workflow job for this annotation

GitHub Actions / Build & Test on Node current

Expected interface keys to be in ascending order. 'hash' should be before 'stats'

Check failure on line 28 in packages/rpc-subscriptions-api/src/slots-updates-notifications.ts

View workflow job for this annotation

GitHub Actions / Build & Test on Node current

Expected interface keys to be in ascending order. 'hash' should be before 'stats'
type: 'frozen';
}> &
SlotsUpdatesNotificationsApiNotificationBase;
Expand Down

0 comments on commit aca211d

Please sign in to comment.