Skip to content

Commit

Permalink
gabe's feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
TalDerei committed Nov 18, 2024
1 parent e8a3478 commit e6bb18e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions packages/wasm/crate/tests/test_build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ use penumbra_wasm::{
tx::{authorize, witness},
};
use std::str::FromStr;
pub use utils::planner_setup::*;
pub use utils::sct::*;
use wasm_bindgen_test::*;

Expand Down Expand Up @@ -352,7 +353,6 @@ async fn mock_build_serial_and_parallel() {
authorization_data.clone(),
)
.unwrap();
console_log!("Parallel transaction is: {:?}", parallel_transaction);

// Execute serial spend transaction and generate proof.
let serial_transaction = build_serial_inner(
Expand All @@ -362,7 +362,6 @@ async fn mock_build_serial_and_parallel() {
authorization_data,
)
.unwrap();
console_log!("Serial transaction is: {:?}", serial_transaction);

// Deserialize transactions and stringify actions in the transaction body into JSON
let serial_json = serde_json::to_string(&serial_transaction.transaction_body.actions).unwrap();
Expand Down
1 change: 0 additions & 1 deletion packages/wasm/crate/tests/utils/planner_setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ use penumbra_wasm::database::interface::Database;
use penumbra_wasm::database::mock::MockDb;
use penumbra_wasm::storage::{byte_array_to_base64, Tables};

#[allow(dead_code)]
pub async fn seed_params_in_db(mock_db: &MockDb, tables: &Tables) {
let app_params = AppParameters {
chain_id: "penumbra-deimos-8".to_string(),
Expand Down

0 comments on commit e6bb18e

Please sign in to comment.