fix doc comment

This commit is contained in:
NikVolf 2016-11-30 17:20:59 +03:00
parent 51fe9b6e01
commit 9416c28f76
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ pub enum TransactionError {
MisplacedCoinbase(usize),
/// Not fully spent transaction with the same hash already exists, bip30.
UnspentTransactionWithTheSameHash,
/// Not fully spent transaction with the same hash already exists, bip30.
/// Using output that is surely spent
UsingSpentOutput(H256, u32),
}