@hashgraph/hedera-wallet-connect 1.3.7-canary.689bd9f.0 → 1.3.7-canary.6c7f07a.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -49,9 +49,8 @@ export class DAppSigner {
|
|
49
49
|
return allNodes.slice(0, numberOfNodes);
|
50
50
|
}
|
51
51
|
request(request) {
|
52
|
-
if (this.extensionId)
|
52
|
+
if (this.extensionId)
|
53
53
|
extensionOpen(this.extensionId);
|
54
|
-
}
|
55
54
|
return this.signClient.request({
|
56
55
|
topic: this.topic,
|
57
56
|
request,
|
package/package.json
CHANGED