Skip to content

Commit

Permalink
Merge branch 'remove-console-error' of https://github.com/HBashanaE/s…
Browse files Browse the repository at this point in the history
…olana-web3.js into remove-console-error
  • Loading branch information
HBashanaE committed Apr 18, 2024
2 parents 430de09 + 87629c2 commit a7092df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/library-legacy/src/connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1532,7 +1532,7 @@ function createRpcClient(
fetchMiddleware?: FetchMiddleware,
disableRetryOnRateLimit?: boolean,
httpAgent?: NodeHttpAgent | NodeHttpsAgent | false,
log = false,
log = true,
): RpcClient {
const fetch = customFetch ? customFetch : fetchImpl;
let agent: NodeHttpAgent | NodeHttpsAgent | undefined;
Expand Down

0 comments on commit a7092df

Please sign in to comment.