From 196dc6369c77e26094a226857a6846357286a47c Mon Sep 17 00:00:00 2001 From: teor Date: Mon, 23 Nov 2020 11:43:15 +1000 Subject: [PATCH] Delete outdated transaction comments --- zebra-consensus/src/transaction.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/zebra-consensus/src/transaction.rs b/zebra-consensus/src/transaction.rs index 75ff014d..d44f1a74 100644 --- a/zebra-consensus/src/transaction.rs +++ b/zebra-consensus/src/transaction.rs @@ -111,9 +111,6 @@ where let mut async_checks = FuturesUnordered::new(); // Handle transparent inputs and outputs. - // These are left unimplemented!() pending implementation - // of the async script RFC. - #[allow(clippy::if_same_then_else)] // delete when filled in if tx.is_coinbase() { // do something special for coinbase transactions check::coinbase_tx_no_joinsplit_or_spend(&tx)?;