[skip ci] minor

This commit is contained in:
fossephate 2024-09-24 16:19:45 -07:00
parent efa8324b53
commit 55d8b96bc8

View file

@ -291,7 +291,6 @@ abstract class LitecoinWalletBase extends ElectrumWallet with Store {
final nodeHeight =
await electrumClient.getCurrentBlockChainTip() ?? 0; // current block height of our node
final resp = await CwMweb.status(StatusRequest());
print("MWEB: ${resp}");
if (resp.blockHeaderHeight < nodeHeight) {
int h = resp.blockHeaderHeight;