Update c-lightning to v0.10.2 (#3857)

This commit is contained in:
benthecarman 2021-11-30 13:07:58 -06:00 committed by GitHub
parent d0db9ba633
commit 7933c90741
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ TaskKeys.downloadCLightning := {
Files.createDirectories(binaryDir)
}
val version = "0.10.1"
val version = "0.10.2"
val (platform, suffix) =
if (Properties.isLinux) ("Ubuntu-20.04", "tar.xz")
@ -53,7 +53,7 @@ TaskKeys.downloadCLightning := {
val expectedHash =
if (Properties.isLinux)
"c99e1879e36f108e4c7d9bef597a4179e6c6b5b92b1142f2bc9e888cf0cf6ea6"
"de61bb1dec0f656e192f896de7dcb08f4b07cf9c2bdaef8c78d860cd80ea6776"
else sys.error(s"Unsupported OS: ${Properties.osName}")
if (hash.equalsIgnoreCase(expectedHash)) {

View file

@ -346,7 +346,7 @@ class CLightningRpcClient(val instance: CLightningInstanceLocal, binary: File)(
object CLightningRpcClient {
/** The current version we support of clightning */
val version = "0.10.1"
val version = "0.10.2"
private[clightning] def feeRateToJson(feeUnit: FeeUnit): JsString = {
// clightning only takes SatoshisPerKiloByte or SatoshisPerKW