mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-31 06:55:59 +00:00
[skip ci] minor
This commit is contained in:
parent
efa8324b53
commit
55d8b96bc8
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue