From b2f2a68b86d36d8f542f39a2acd8d94eaaf23e05 Mon Sep 17 00:00:00 2001 From: steveluscher Date: Wed, 23 Mar 2022 23:14:41 -0700 Subject: [PATCH] fix: fix spelling of timestamp in BlockTimestamp type --- web3.js/src/vote-account.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3.js/src/vote-account.ts b/web3.js/src/vote-account.ts index 5e592ca2c0..700d83ea3f 100644 --- a/web3.js/src/vote-account.ts +++ b/web3.js/src/vote-account.ts @@ -36,7 +36,7 @@ export type PriorVoter = { export type BlockTimestamp = { slot: number; - timetamp: number; + timestamp: number; }; /**