Fix onlyoffice lastKnownHash bug

This commit is contained in:
yflory 2019-09-02 11:30:48 +02:00
parent bf1332451f
commit 9e8c717035

View file

@ -91,9 +91,9 @@ define([
var hk = network.historyKeeper;
var cfg = {
validateKey: obj.validateKey,
lastKnownHash: chan.lastKnownHash || chan.lastCpHash,
metadata: {
lastKnownHash: chan.lastKnownHash || chan.lastCpHash,
validateKey: obj.validateKey,
owners: obj.owners,
expire: obj.expire
}