diff --git a/app/ducks/backgroundMonitor.js b/app/ducks/backgroundMonitor.js index e68b6000f..cf3a61bc6 100644 --- a/app/ducks/backgroundMonitor.js +++ b/app/ducks/backgroundMonitor.js @@ -54,7 +54,7 @@ export function createBackgroundMonitor() { }); } - if (state.node.chain.height !== infoRes.chain.height) + if (state.node.chain.tip !== infoRes.chain.tip) await store.dispatch(onNewBlock()); const newPendingTxns = await walletClient.getPendingTransactions();