This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
web3.js: When maxRetries
is set to zero, it's stripped out
#26295
Labels
Problem
This code will fail to send the
maxRetries
parameter when it's zero.https://github.com/solana-labs/solana/blame/89e5640c63a6683c2bd90fb963c837300ece9307/web3.js/src/connection.ts#L4239-L4241
Proposed Solution
Null-check the value, instead of falsey-checking it.
The text was updated successfully, but these errors were encountered: