mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 20:25:48 +00:00
Don't store complete transactions in TransactionManager sequence cache
This commit is contained in:
@@ -36,7 +36,7 @@ function TransactionManager(account) {
|
|||||||
|
|
||||||
if (!transaction.validated) return;
|
if (!transaction.validated) return;
|
||||||
|
|
||||||
self._sequenceCache[sequence] = transaction;
|
self._sequenceCache[sequence] = true;
|
||||||
|
|
||||||
// ND: we need to check against all submissions IDs
|
// ND: we need to check against all submissions IDs
|
||||||
var pending = self._pending.getBySubmissions(hash);
|
var pending = self._pending.getBySubmissions(hash);
|
||||||
|
|||||||
Reference in New Issue
Block a user