Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
tomyrd committed May 29, 2024
1 parent 3e70ada commit e20b91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miden-tx/src/host/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ mod note_builder;
use note_builder::OutputNoteBuilder;

mod tx_authenticator;
pub use tx_authenticator::{BasicAuthenticator, TransactionAuthenticator, get_falcon_signature};
pub use tx_authenticator::{get_falcon_signature, BasicAuthenticator, TransactionAuthenticator};

mod tx_progress;
pub use tx_progress::TransactionProgress;
Expand Down

0 comments on commit e20b91c

Please sign in to comment.