remove sparkData from tx data before caching as we currently don't need it and its quite large

This commit is contained in:
julian 2023-12-29 09:24:25 -06:00
parent 0fc68a3702
commit 4074023a88

View file

@ -193,6 +193,7 @@ class CachedElectrumXClient {
result.remove("hex");
result.remove("lelantusData");
result.remove("sparkData");
if (result["confirmations"] != null &&
result["confirmations"] as int > minCacheConfirms) {