Skip to content

Commit

Permalink
fix witness metadata on invalid reports
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffgrunewald committed Aug 26, 2023
1 parent baa056b commit 7b51060
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ members = [
"solana",
"task_manager",
]
resolver = "2"

[workspace.package]
authors = ["Nova Labs <[email protected]>"]
Expand Down Expand Up @@ -58,7 +59,6 @@ sqlx = {version = "0", features = [
"macros",
"runtime-tokio-rustls"
]}

helium-crypto = {version = "0.6.8", features=["sqlx-postgres", "multisig"]}
helium-proto = {git = "https://github.com/helium/proto", branch = "master", features = ["services"]}
hextree = "*"
Expand Down
6 changes: 3 additions & 3 deletions iot_verifier/src/poc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -320,9 +320,9 @@ impl Poc {
invalid_response.details,
&witness_report.report,
witness_report.received_timestamp,
Some(beaconer_metadata.location),
beaconer_metadata.gain,
beaconer_metadata.elevation,
Some(witness_metadata.location),
witness_metadata.gain,
witness_metadata.elevation,
InvalidParticipantSide::Witness,
)),
}
Expand Down

0 comments on commit 7b51060

Please sign in to comment.