request-chain-storage
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "request-chain-storage", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Example of implementation of the storage layer of the Request protocol using Request Chain", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -25,2 +25,6 @@ const api = require('./api') | ||
if (!appendResult.index || !appendResult.timestamp) { | ||
throw Error(`Incorrect data returned by API: ${appendResult}`) | ||
} | ||
return { | ||
@@ -27,0 +31,0 @@ meta: { |
8476
223