We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a484bf0 commit 3beae6fCopy full SHA for 3beae6f
governance/pyth_staking_sdk/src/utils/clock.ts
@@ -8,7 +8,6 @@ export const getCurrentSolanaTimestamp = async (connection: Connection) => {
8
if (blockTime === null) {
9
throw new Error("Block time is not available");
10
}
11
-
12
return BigInt(blockTime);
13
};
14
0 commit comments