Skip to content

Commit

Permalink
chore: remove useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
liyukun committed Sep 6, 2023
1 parent 3eee8cf commit 6879f56
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions tools/ibc-test/src/framework/utils/ckb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,42 +226,6 @@ pub fn prepare_ckb_chain(
check_and_wait_ckb_transaction(output.result, port);
});

// let output = send_tx(
// fs::read_to_string("txs/deploy_connection.json").unwrap(),
// port,
// )
// .unwrap();
// println!("deploying connection: {output}");

// // check `txs/deploy_connection.json`
// check_and_wait_ckb_transaction(output.result, port);

// let output = send_tx(fs::read_to_string("txs/deploy_channel.json").unwrap(), port).unwrap();
// println!("deploying channel: {output}");

// // check `txs/deploy_channel.json`
// check_and_wait_ckb_transaction(output.result, port);

// let output = send_tx(
// fs::read_to_string("txs/deploy_packet_metadata.json").unwrap(),
// port,
// )
// .unwrap();
// println!("deploying packet and metadata: {output}");

// // check `txs/deploy_packet_metadata.json`
// check_and_wait_ckb_transaction(output.result, port);

// let output = send_tx(
// fs::read_to_string("txs/create_connection.json").unwrap(),
// port,
// )
// .unwrap();
// println!("deploying create connection: {output}");

// // check `txs/create_connection.json`
// check_and_wait_ckb_transaction(output.result, port);

(ckb_process, miner_process)
}

Expand Down

0 comments on commit 6879f56

Please sign in to comment.