Skip to content

Commit

Permalink
Correct the log line at bioauth check_tx (#1365)
Browse files Browse the repository at this point in the history
  • Loading branch information
MOZGIII authored Dec 12, 2024
1 parent 82b4e5e commit d36f75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/pallet-bioauth/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ pub mod pallet {
&auth_ticket,
)
.map_err(|err| {
log::error!("Authentication attemption failed: {err:?}");
log::error!("Authentication attempt failed: {err:?}");

TransactionValidityError::Invalid(match err {
AuthenticationAttemptValidationError::NonceConflict => {
Expand Down

0 comments on commit d36f75d

Please sign in to comment.