This commit is contained in:
Sven Eriksson
2025-10-24 17:34:25 +08:00
committed by GitHub
parent dcc97f3f5c
commit a62aea4c37
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ pub enum ArithmeticError {
DivisionByZero,
}
/// An error relating to thr transactional layers when dispatching a transaction.
/// An error relating to the transactional layers when dispatching a transaction.
#[derive(scale_decode::DecodeAsType, Debug, thiserror::Error, PartialEq, Eq)]
#[non_exhaustive]
pub enum TransactionalError {