mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-09 12:19:24 +00:00
remove sparkData from tx data before caching as we currently don't need it and its quite large
This commit is contained in:
parent
0fc68a3702
commit
4074023a88
1 changed files with 1 additions and 0 deletions
|
@ -193,6 +193,7 @@ class CachedElectrumXClient {
|
|||
|
||||
result.remove("hex");
|
||||
result.remove("lelantusData");
|
||||
result.remove("sparkData");
|
||||
|
||||
if (result["confirmations"] != null &&
|
||||
result["confirmations"] as int > minCacheConfirms) {
|
||||
|
|
Loading…
Reference in a new issue