Skip to content

Commit 4bd6140

Browse files
xqftgabrielbosio
andauthored
Update operator/mina_account/lib/src/lib.rs
Co-authored-by: Gabriel Bosio <38794644+gabrielbosio@users.noreply.github.com>
1 parent c3c7b84 commit 4bd6140

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • operator/mina_account/lib/src

operator/mina_account/lib/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pub extern "C" fn verify_account_inclusion_ffi(
4343
// TODO(xqft): when the needed account GraphQL query is done, do:
4444
// 1. send encoded account as part of the proof
4545
// 2. define account_id from encoded account.
46-
// 2. assert keccak256(account_id) == account_id_hash
46+
// 3. assert keccak256(account_id) == account_id_hash
4747

4848
verify_merkle_proof(account_hash, merkle_proof, merkle_root)
4949
}

0 commit comments

Comments
 (0)