Comparing version 5.2.2 to 5.2.3
{ | ||
"name": "ethrpc", | ||
"version": "5.2.2", | ||
"version": "5.2.3", | ||
"description": "Ethereum JSON RPC", | ||
@@ -5,0 +5,0 @@ "author": "The Augur Developers <team@augur.net>", |
@@ -22,2 +22,4 @@ "use strict"; | ||
if (typeof jso.id !== "number") return callback(new Error("jso.id must be a number")); | ||
if (internalState.get("transporter") === null) return callback(new Error("Not connected to ethereum node")); | ||
var expectedReturnTypes = stripReturnsTypeAndInvocation(jso); // FIXME: return types shouldn't be embedded into the RPC JSO | ||
@@ -24,0 +26,0 @@ internalState.set("outstandingRequests." + jso.id, { |
// generated by genversion | ||
module.exports = '5.2.2' | ||
module.exports = '5.2.3' |
2658258
51618