Merge pull request #1159 from rex4539/typos

Fix typo
This commit is contained in:
Kris Nuttycombe 2024-02-06 11:47:05 -07:00 committed by GitHub
commit 9b7f13c8a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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
)
}