redundant line

This commit is contained in:
NikVolf 2016-11-15 23:46:22 +03:00
parent 92f8ff7982
commit 0ecb184a31
1 changed files with 0 additions and 1 deletions

View File

@ -188,7 +188,6 @@ impl Verify for ChainVerifier {
return Err(Error::MerkleRoot);
}
// check first transaction is a coinbase transaction
if !block.transactions()[0].is_coinbase() {
return Err(Error::Coinbase)