Fixed misstype (#10351)
* Fixed misstype BadTransactonType => BadTransactionType * fixed other insances of transacton
This commit is contained in:
committed by
Hernando Castano
parent
512343003d
commit
d6c80c1672
@@ -76,7 +76,7 @@ error_chain! {
|
||||
}
|
||||
|
||||
#[doc = "Wrong private transaction type."]
|
||||
BadTransactonType {
|
||||
BadTransactionType {
|
||||
description("Wrong private transaction type."),
|
||||
display("Wrong private transaction type"),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user