fix: fix spelling of timestamp in BlockTimestamp type
This commit is contained in:
parent
c227b8ca4d
commit
b2f2a68b86
@ -36,7 +36,7 @@ export type PriorVoter = {
|
||||
|
||||
export type BlockTimestamp = {
|
||||
slot: number;
|
||||
timetamp: number;
|
||||
timestamp: number;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user