minor fix (#2717)
Omar Hatem committed
Dec 11, 2025 at 03:30 UTC
625a050e93e6db6732fa30bbdc2458b7da212f7b
1 file changed
+1
cw_monero/lib/api/wallet.dart
+1
@@ -170,6 +170,7 @@ int getNodeHeightSync() {
170
cachedNodeHeight = await Isolate.run(() async {
171
return monero.Wallet_daemonBlockChainHeight(Pointer.fromAddress(wptrAddress));
172
});
173
+ } catch (_) {
174
} finally {
175
isHeightRefreshing = false;
176
}