Delete outdated transaction comments
This commit is contained in:
parent
a877da2157
commit
196dc6369c
|
@ -111,9 +111,6 @@ where
|
||||||
let mut async_checks = FuturesUnordered::new();
|
let mut async_checks = FuturesUnordered::new();
|
||||||
|
|
||||||
// Handle transparent inputs and outputs.
|
// 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() {
|
if tx.is_coinbase() {
|
||||||
// do something special for coinbase transactions
|
// do something special for coinbase transactions
|
||||||
check::coinbase_tx_no_joinsplit_or_spend(&tx)?;
|
check::coinbase_tx_no_joinsplit_or_spend(&tx)?;
|
||||||
|
|
Loading…
Reference in New Issue