Store + process pending `ChannelMonitorUpdate`s in `Channel`
[rust-lightning] / Cargo.toml
index 5aa90975a3a71160c99387114744cf910e8c6dde..afc0092c72da50a1a9fecbf8bfb2edf5daa04104 100644 (file)
@@ -3,7 +3,6 @@
 members = [
     "lightning",
     "lightning-block-sync",
-    "lightning-transaction-sync",
     "lightning-invoice",
     "lightning-net-tokio",
     "lightning-persister",
@@ -13,6 +12,7 @@ members = [
 
 exclude = [
     "lightning-custom-message",
+    "lightning-transaction-sync",
     "no-std-check",
 ]