We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcf5d9a commit 9b50000Copy full SHA for 9b50000
1 file changed
lib/electrumx_rpc/cached_electrumx.dart
@@ -93,8 +93,6 @@ class CachedElectrumX {
93
"Failed to process CachedElectrumX.getAnonymitySet(): $e\n$s",
94
level: LogLevel.Error);
95
rethrow;
96
- } finally {
97
- await DB.instance.closeAnonymitySetCacheBox(coin: coin);
98
}
99
100
@@ -144,8 +142,6 @@ class CachedElectrumX {
144
142
"Failed to process CachedElectrumX.getTransaction(): $e\n$s",
145
143
146
147
148
- await DB.instance.closeTxCacheBox(coin: coin);
149
150
151
@@ -187,8 +183,6 @@ class CachedElectrumX {
187
183
188
184
189
185
190
191
- await DB.instance.closeUsedSerialsCacheBox(coin: coin);
192
186
193
194
0 commit comments