errors std

This commit is contained in:
NikVolf 2016-10-18 10:18:51 +03:00
parent c650cfbe76
commit 8e2bcbc788
1 changed files with 3 additions and 3 deletions

View File

@ -32,11 +32,11 @@ pub enum Error {
/// Possible transactions verification errors
pub enum TransactionError {
/// Not found corresponding output for transaction input
NoMatchedInput,
Input,
/// Referenced coinbase output for the transaction input is not mature enough
UnmaturedCoinbase,
Maturity,
/// Signature invalid
InvalidSignature,
Signature,
}
/// Block verification chain