From 9416c28f76fb010389b5671946946155c069bbb3 Mon Sep 17 00:00:00 2001 From: NikVolf Date: Wed, 30 Nov 2016 17:20:59 +0300 Subject: [PATCH] fix doc comment --- verification/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/verification/src/lib.rs b/verification/src/lib.rs index 56ee984e..13ece1b9 100644 --- a/verification/src/lib.rs +++ b/verification/src/lib.rs @@ -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), }