Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
fix: add more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberb committed Apr 12, 2024
1 parent 155b3a5 commit 4379e75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/topos/src/components/regtest/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ pub(crate) async fn handle_command(
) -> Result<(), Box<dyn std::error::Error>> {
match subcommands {
Some(RegtestCommands::Spam(cmd)) => {
info!("{:#?}", cmd);
let config = CertificateSpammerConfig {
target_nodes: cmd.target_nodes,
target_nodes_path: cmd.target_nodes_path,
Expand Down

0 comments on commit 4379e75

Please sign in to comment.