Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
xqft committed Sep 5, 2024
1 parent 5111043 commit 55eccf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/mina_polling_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ pub async fn query_account(
public_key: &str,
) -> Result<(MinaAccount, Fp, Vec<MerkleNode>), String> {
debug!(
"Querying account {public_key} and its merkle path and merkle root for state {state_hash}"
"Querying account {public_key}, its merkle proof and ledger hash for state {state_hash}"
);
let client = reqwest::Client::new();

Expand Down

0 comments on commit 55eccf2

Please sign in to comment.