Skip to content

Commit 3beae6f

Browse files
committed
do it
1 parent a484bf0 commit 3beae6f

File tree

1 file changed

+0
-1
lines changed
  • governance/pyth_staking_sdk/src/utils

1 file changed

+0
-1
lines changed

governance/pyth_staking_sdk/src/utils/clock.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ export const getCurrentSolanaTimestamp = async (connection: Connection) => {
88
if (blockTime === null) {
99
throw new Error("Block time is not available");
1010
}
11-
1211
return BigInt(blockTime);
1312
};
1413

0 commit comments

Comments
 (0)