fix blockhash bug

This commit is contained in:
SpaceMonkey 2023-02-01 15:10:46 +02:00
parent 380cefa3db
commit 286fd40bba
1 changed files with 2 additions and 1 deletions

View File

@ -77,7 +77,8 @@ setInterval(
(recentBlockhash = await connection.getLatestBlockhash(
"finalized"
)),
20 * 1000,
// need to be frequent else we will be sending same TX signature often
1000,
);