removed debug print

This commit is contained in:
Svyatoslav Nikolsky 2016-12-15 15:43:13 +03:00
parent 4b35a6cacf
commit 469e89d687
1 changed files with 0 additions and 1 deletions

View File

@ -259,7 +259,6 @@ impl ChainMemoryPoolTransactionOutputProvider {
}
fn for_double_spend_check_result(chain: ChainRef, check_result: DoubleSpendCheckResult) -> Result<Self, verification::TransactionError> {
println!("{:?}", check_result);
match check_result {
DoubleSpendCheckResult::DoubleSpend(_, hash, index) => Err(verification::TransactionError::UsingSpentOutput(hash, index)),
DoubleSpendCheckResult::NoDoubleSpend => Ok(ChainMemoryPoolTransactionOutputProvider {