fix: fix spelling of timestamp in BlockTimestamp type

This commit is contained in:
steveluscher 2022-03-23 23:14:41 -07:00 committed by Steven Luscher
parent c227b8ca4d
commit b2f2a68b86
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ export type PriorVoter = {
export type BlockTimestamp = {
slot: number;
timetamp: number;
timestamp: number;
};
/**