This commit is contained in:
Dimitris Apostolou 2024-02-06 14:30:53 +02:00
parent 9b5abe1a38
commit ced84cab36
No known key found for this signature in database
GPG Key ID: 4B5D20E938204A8A
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ impl<CE: fmt::Display, N: fmt::Display> fmt::Display for ChangeError<CE, N> {
ChangeError::BundleError(err) => {
write!(
f,
"The proposed transaction structure violates bundle type constrints: {}",
"The proposed transaction structure violates bundle type constraints: {}",
err
)
}