From 77856eda0764a4b9f9263f3e48eb4ae1c58af6f8 Mon Sep 17 00:00:00 2001 From: Sai Raj <39055732+sairajzero@users.noreply.github.com> Date: Mon, 7 Oct 2019 19:06:58 +0530 Subject: [PATCH] adding pubKey of sender to storage --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index abc2ed6..d1e3ec5 100644 --- a/index.html +++ b/index.html @@ -5388,6 +5388,7 @@ compactIDB.addData(table, { senderID: data.senderID, receiverID: data.receiverID, + pubKey: data.pubKey, message: data.message, sign: data.sign, application: data.application, @@ -5988,7 +5989,7 @@ function initIndexedDBforSupernode(){ return new Promise((resolve, reject) => { - var IndexesList = ["senderID","receiverID","message","sign","application","type","comment"]; + var IndexesList = ["senderID","receiverID","pubKey","message","sign","application","type","comment"]; var primaryKey = "vectorClock"; var storageList = floGlobals.storageList; var obj = {