Update packages/safe-chain/src/api/aikido.js

This commit is contained in:
bitterpanda 2026-01-14 15:33:09 +01:00 committed by Sander Declerck
parent 0e6d002b4c
commit 3210b68b43
No known key found for this signature in database

View file

@ -98,7 +98,7 @@ async function retry(func, attempts) {
}
if (i < attempts - 1) {
// When this is not the last try, back-off expenentially:
// When this is not the last try, back-off exponentially:
// 1st attempt - 500ms delay
// 2nd attempt - 1000ms delay
// 3rd attempt - 2000ms delay