Skip to content

Commit

Permalink
update heartbeat invalid reason to new correct option
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffgrunewald committed Apr 25, 2023
1 parent 148fc17 commit e0a5abf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ sqlx = {version = "0", features = [
]}

helium-crypto = {version = "0.6.8", features=["sqlx-postgres", "multisig"]}
helium-proto = {git = "https://github.com/helium/proto", branch = "master", features = ["services"]}
helium-proto = {git = "https://github.com/helium/proto", branch = "jg/update-heartbeat-invalid-error", features = ["services"]}
hextree = "*"
solana-client = "1.14"
solana-sdk = "1.14"
solana-program = "1.11"
spl-token = "3.5.0"
reqwest = {version = "0", default-features=false, features = ["gzip", "json", "rustls-tls"]}
beacon = {git = "https://github.com/helium/gateway-rs.git", branch = "main"}
beacon = {git = "https://github.com/helium/gateway-rs.git", branch = "jg/temp-update-heartbeat-invalid"}
humantime = "2"
metrics = "0"
metrics-exporter-prometheus = "0"
Expand Down
2 changes: 1 addition & 1 deletion mobile_verifier/src/heartbeats.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ impl Heartbeat {
{
proto::HeartbeatValidity::Valid
} else {
proto::HeartbeatValidity::GatewayOwnerNotFound
proto::HeartbeatValidity::GatewayNotFound
};
Ok(heartbeat)
}
Expand Down

0 comments on commit e0a5abf

Please sign in to comment.