@hashgraph/hedera-wallet-connect 1.3.8-canary.e37de31.0 → 1.3.8-canary.e6f1ce9.0
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.
@@ -234,9 +234,7 @@ export class DAppSigner {
|
|
234
234
|
if (!(result === null || result === void 0 ? void 0 : result.error)) {
|
235
235
|
return { result: result.result };
|
236
236
|
}
|
237
|
-
|
238
|
-
this.logger.error('Error executing free receipt query. Sending to wallet.', result.error);
|
239
|
-
}
|
237
|
+
this.logger.error('Error executing free receipt query. Sending to wallet.', result.error);
|
240
238
|
}
|
241
239
|
/**
|
242
240
|
* Note, should we be converting these to specific query types?
|
package/package.json
CHANGED