Fix whitespace for rustfmt

This commit is contained in:
teor 2021-03-22 11:18:37 +10:00 committed by GitHub
parent a6f916671a
commit 38585b6116
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ where
check::coinbase_tx_no_joinsplit_or_spend(&tx)?;
} else {
// TODO: check no coinbase inputs
// feed all of the inputs to the script verifier
let cached_ffi_transaction =
Arc::new(CachedFfiTransaction::new(tx.clone()));