verify coinbase maturity via output_mmr_size (#1203)
* we do not need Merkle proofs to spend coinbase outputs we only need the output_mmr_size from the block header * tests working with no Merkle proofs in inputs
This commit is contained in:
@@ -126,8 +126,6 @@ where
|
||||
let key_id = keychain.derive_key_id(header.height as u32).unwrap();
|
||||
tx_elements.push(libtx::build::coinbase_input(
|
||||
coinbase_reward,
|
||||
header.hash(),
|
||||
MerkleProof::default(),
|
||||
key_id,
|
||||
));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user