@solana/web3.js 1.37.0 → 1.37.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.browser.cjs.js +0 -6
- package/lib/index.browser.cjs.js.map +1 -1
- package/lib/index.browser.esm.js +0 -6
- package/lib/index.browser.esm.js.map +1 -1
- package/lib/index.cjs.js +0 -6
- package/lib/index.cjs.js.map +1 -1
- package/lib/index.esm.js +0 -6
- package/lib/index.esm.js.map +1 -1
- package/lib/index.iife.js +0 -6
- package/lib/index.iife.js.map +1 -1
- package/lib/index.iife.min.js +1 -1
- package/lib/index.iife.min.js.map +1 -1
- package/package.json +1 -1
- package/src/connection.ts +0 -5
package/lib/index.browser.esm.js
CHANGED
|
@@ -7386,12 +7386,6 @@ class Connection {
|
|
|
7386
7386
|
|
|
7387
7387
|
if ('data' in res.error) {
|
|
7388
7388
|
logs = res.error.data.logs;
|
|
7389
|
-
|
|
7390
|
-
if (logs && Array.isArray(logs)) {
|
|
7391
|
-
const traceIndent = '\n ';
|
|
7392
|
-
const logTrace = traceIndent + logs.join(traceIndent);
|
|
7393
|
-
console.error(res.error.message, logTrace);
|
|
7394
|
-
}
|
|
7395
7389
|
}
|
|
7396
7390
|
|
|
7397
7391
|
throw new SendTransactionError('failed to send transaction: ' + res.error.message, logs);
|