Merge pull request #2957 from G8XSU/pause-events
authorMatt Corallo <649246+TheBlueMatt@users.noreply.github.com>
Mon, 6 May 2024 19:08:10 +0000 (12:08 -0700)
committerGitHub <noreply@github.com>
Mon, 6 May 2024 19:08:10 +0000 (12:08 -0700)
Don't pause events for chainsync persistence

1  2 
lightning/src/chain/chainmonitor.rs
lightning/src/ln/payment_tests.rs
lightning/src/util/test_utils.rs

index ccb30e132c2c0f6e3a072149a6972eaf59e0a2e9,c68e9a7169ed0dba83ea5e03395a7dab70c4df59..257f1d0f30bc1db9840b0e2f2da55aa686beef08
@@@ -29,9 -29,9 +29,9 @@@ use bitcoin::hash_types::{Txid, BlockHa
  use crate::chain;
  use crate::chain::{ChannelMonitorUpdateStatus, Filter, WatchedOutput};
  use crate::chain::chaininterface::{BroadcasterInterface, FeeEstimator};
- use crate::chain::channelmonitor::{ChannelMonitor, ChannelMonitorUpdate, Balance, MonitorEvent, TransactionOutputs, WithChannelMonitor, LATENCY_GRACE_PERIOD_BLOCKS};
+ use crate::chain::channelmonitor::{ChannelMonitor, ChannelMonitorUpdate, Balance, MonitorEvent, TransactionOutputs, WithChannelMonitor};
  use crate::chain::transaction::{OutPoint, TransactionData};
 -use crate::ln::ChannelId;
 +use crate::ln::types::ChannelId;
  use crate::sign::ecdsa::WriteableEcdsaChannelSigner;
  use crate::events;
  use crate::events::{Event, EventHandler};
Simple merge
Simple merge