Comparing version 2.0.15 to 2.0.16
@@ -140,5 +140,6 @@ "use strict"; | ||
// The chain might have been removed locally in the past. | ||
if (queue) | ||
if (queue) { | ||
queue.push(message.response); | ||
config.eventCallback({ ty: "json-rpc-responses-non-empty", chainId: message.chainId }); | ||
config.eventCallback({ ty: "json-rpc-responses-non-empty", chainId: message.chainId }); | ||
} | ||
return; | ||
@@ -145,0 +146,0 @@ } |
@@ -137,5 +137,6 @@ // Smoldot | ||
// The chain might have been removed locally in the past. | ||
if (queue) | ||
if (queue) { | ||
queue.push(message.response); | ||
config.eventCallback({ ty: "json-rpc-responses-non-empty", chainId: message.chainId }); | ||
config.eventCallback({ ty: "json-rpc-responses-non-empty", chainId: message.chainId }); | ||
} | ||
return; | ||
@@ -142,0 +143,0 @@ } |
{ | ||
"name": "smoldot", | ||
"version": "2.0.15", | ||
"version": "2.0.16", | ||
"description": "Light client that connects to Polkadot and Substrate-based blockchains", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6146687
29640