Skip to content

Commit

Permalink
chore: improve logs
Browse files Browse the repository at this point in the history
  • Loading branch information
raindust committed Mar 2, 2024
1 parent cef192a commit 8ec889d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion codecs/runtime-codec/src/vmh/env.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use crate::solc::ContractAddresses;
use crate::tapp::seat::SeatId;
use crate::tapp::{Hash, TimestampShort};
use crate::tapp::Hash;
use crate::vmh::error::VmhGeneralErrors;
use crate::vmh::io::RegistryKey;
use crate::vmh::{
Expand Down
1 change: 0 additions & 1 deletion utils/wasm-actor-utils/src/enclave/actors/statemachine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ pub async fn commit(
let hidden_acct_credit: Balance = deserialize(&res.hidden_acct_credit)?;
let hidden_acct_debit: Balance = deserialize(&res.hidden_acct_debit)?;
let statements: Vec<TypedStatement> = deserialize(&res.statements_bytes)?;
info!("commit hash is {}", hex::encode(&res.commit_hash));
Ok((
hidden_acct_credit,
hidden_acct_debit,
Expand Down

0 comments on commit 8ec889d

Please sign in to comment.