Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 0d1768a

Browse files
committed
Added Channel Manager for LSPS1
1 parent e902c0d commit 0d1768a

File tree

8 files changed

+1201
-91
lines changed

8 files changed

+1201
-91
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ lightning-invoice = "0.25.0"
1313

1414
bitcoin = "0.29.0"
1515

16+
chrono = { version = "0.4.31", default-features = false, features = ["std", "serde"] }
1617
serde = { version = "1.0", default-features = false, features = ["derive", "alloc"] }
1718
serde_json = "1.0"

0 commit comments

Comments
 (0)