fix blockhash bug
This commit is contained in:
parent
380cefa3db
commit
286fd40bba
|
@ -77,7 +77,8 @@ setInterval(
|
||||||
(recentBlockhash = await connection.getLatestBlockhash(
|
(recentBlockhash = await connection.getLatestBlockhash(
|
||||||
"finalized"
|
"finalized"
|
||||||
)),
|
)),
|
||||||
20 * 1000,
|
// need to be frequent else we will be sending same TX signature often
|
||||||
|
1000,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue