Merge pull request #1499 from tnull/2022-05-fix-unreachable-warning

Fix `rapid-gossip-sync` warning and version number
This commit is contained in:
Matt Corallo 2022-05-26 21:51:46 -07:00 committed by GitHub
commit 3de59cef25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "lightning-rapid-gossip-sync"
version = "0.0.104"
version = "0.0.106"
authors = ["Arik Sosman <git@arik.io>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/lightningdevkit/rust-lightning"

View file

@ -197,6 +197,7 @@ mod tests {
println!("{}", error_string);
return;
}
#[cfg(require_route_graph_test)]
panic!("{}", error_string);
}
let elapsed = start.elapsed();