Skip to content

Commit d36f75d

Browse files
authored
Correct the log line at bioauth check_tx (#1365)
1 parent 82b4e5e commit d36f75d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/pallet-bioauth/src

crates/pallet-bioauth/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ pub mod pallet {
647647
&auth_ticket,
648648
)
649649
.map_err(|err| {
650-
log::error!("Authentication attemption failed: {err:?}");
650+
log::error!("Authentication attempt failed: {err:?}");
651651

652652
TransactionValidityError::Invalid(match err {
653653
AuthenticationAttemptValidationError::NonceConflict => {

0 commit comments

Comments
 (0)