Fixed misstype (#10351)

* Fixed misstype

BadTransactonType => BadTransactionType

* fixed other insances of transacton
This commit is contained in:
Dan Acristinii
2019-02-14 12:25:44 +01:00
committed by Hernando Castano
parent 512343003d
commit d6c80c1672
3 changed files with 6 additions and 6 deletions

View File

@@ -76,7 +76,7 @@ error_chain! {
}
#[doc = "Wrong private transaction type."]
BadTransactonType {
BadTransactionType {
description("Wrong private transaction type."),
display("Wrong private transaction type"),
}