We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82b4e5e commit d36f75dCopy full SHA for d36f75d
1 file changed
crates/pallet-bioauth/src/lib.rs
@@ -647,7 +647,7 @@ pub mod pallet {
647
&auth_ticket,
648
)
649
.map_err(|err| {
650
- log::error!("Authentication attemption failed: {err:?}");
+ log::error!("Authentication attempt failed: {err:?}");
651
652
TransactionValidityError::Invalid(match err {
653
AuthenticationAttemptValidationError::NonceConflict => {
0 commit comments