txdb: minor.
This commit is contained in:
parent
26845593b9
commit
092a0968ad
@ -1947,7 +1947,7 @@ PathInfo.prototype.fromTX = function fromTX(tx, table) {
|
|||||||
paths = table[hash];
|
paths = table[hash];
|
||||||
for (j = 0; j < paths.length; j++) {
|
for (j = 0; j < paths.length; j++) {
|
||||||
path = paths[j];
|
path = paths[j];
|
||||||
key = path.id + '/' + path.account;
|
key = path.toKey();
|
||||||
keys[key] = true;
|
keys[key] = true;
|
||||||
wallets[path.id] = true;
|
wallets[path.id] = true;
|
||||||
}
|
}
|
||||||
@ -2120,7 +2120,6 @@ DetailsMember.prototype.toJSON = function toJSON() {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Expose
|
* Expose
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user