Skip to content

Commit

Permalink
[gh-2478] fix module not found issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Feliciss committed Aug 23, 2024
1 parent 2105106 commit f6f1f71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/rooch/src/commands/transaction/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
use crate::cli_types::CommandAction;
use crate::commands::transaction::commands::{
build::BuildCommand, get_transactions_by_hash::GetTransactionsByHashCommand,
get_transactions_by_order::GetTransactionsByOrderCommand, submit::SubmitCommand,
get_transactions_by_order::GetTransactionsByOrderCommand, sign::SignCommand,
submit::SubmitCommand,
};
use async_trait::async_trait;
use clap::{Parser, Subcommand};
Expand Down

0 comments on commit f6f1f71

Please sign in to comment.