Skip to content

Commit

Permalink
Remove zkapp state logging
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielbosio committed Oct 1, 2024
1 parent 145c0b6 commit be41adb
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions core/src/mina.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,22 +101,6 @@ pub async fn get_mina_proof_of_account(
let (account, ledger_hash, merkle_path) =
query_account(rpc_url, state_hash, public_key).await?;

info!(
"zkapp state[0]: {}",
account.zkapp.clone().unwrap().app_state.0 .0[0]
.to_fp()
.unwrap()
);

info!(
"zkapp state[1]: {}",
account.zkapp.clone().unwrap().app_state.0 .0[1]
.to_fp()
.unwrap()
);

info!("ledger hash: {}", LedgerHash::from_fp(ledger_hash));

let encoded_account = MinaAccountValidation::Account::try_from(&account)?.abi_encode();

Ok((
Expand Down

0 comments on commit be41adb

Please sign in to comment.