Skip to content

Commit

Permalink
Update blueprint-test-utils/src/test_ext.rs
Browse files Browse the repository at this point in the history
Co-authored-by: shekohex <[email protected]>
  • Loading branch information
drewstone and shekohex authored Dec 10, 2024
1 parent d598343 commit 02847d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueprint-test-utils/src/test_ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ pub async fn new_test_ext_blueprint_manager<
Some((rev, addr)) => debug!("MBSM is deployed at revision #{rev} at address {addr}"),
None => {
let bytecode = MASTER_BLUEPRINT_SERVICE_MANAGER.to_vec();
debug!("Using MBSM bytecode of length: {}", bytecode.len());
trace!("Using MBSM bytecode of length: {}", bytecode.len());

let ev = transactions::deploy_new_mbsm_revision(
&local_tangle_node_ws,
Expand Down

0 comments on commit 02847d7

Please sign in to comment.