Skip to content

Commit

Permalink
cln_version_manager: Use hash of patched version
Browse files Browse the repository at this point in the history
In the next version of Core Lightning you can pay invoices before the
node is fully synced. This MR has been applied to `v23.08gl1` to ensure
your greenlight node can use it immediately.
  • Loading branch information
ErikDeSmedt committed Apr 26, 2024
1 parent b0c90a6 commit aafaa04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/cln-version-manager/clnvm/cln_version_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class VersionDescriptor:
VersionDescriptor(
tag="v23.08gl1",
url="https://storage.googleapis.com/greenlight-artifacts/cln/lightningd-v23.08gl1.tar.bz2",
checksum="724a5ae70e1e5fda67751a37dbb56648735b6d55394dcfe2193f15892c483d55",
checksum="0e392c5117e14dc37cf72393f47657a09821f69ab8b45937d7e79ca8d91d17e9",
),
]

Expand Down

0 comments on commit aafaa04

Please sign in to comment.