Update to sphinx-key-1.2

Add network parameter to broker
Implement StartingTimeFactory
This commit is contained in:
decentclock
2022-08-10 18:06:29 -06:00
parent 0c820337ab
commit f3f66e8a7e
9 changed files with 62 additions and 14 deletions

View File

@@ -5,7 +5,7 @@ edition = "2021"
[dependencies]
# vls-protocol = { path = "../../../evanf/validating-lightning-signer/vls-protocol" }
vls-protocol = { git = "https://gitlab.com/Evanfeenstra/validating-lightning-signer", branch = "sphinx-key-1.1" }
vls-protocol = { git = "https://gitlab.com/Evanfeenstra/validating-lightning-signer", branch = "sphinx-key-1.2" }
serde = { version = "1.0", default-features = false }
serde_bolt = { version = "0.2", default-features = false }