Enable merkle branch verification for deposits

This commit is contained in:
Paul Hauner 2019-05-22 16:46:27 +10:00
parent 6fada99905
commit 2cffca7b1a
No known key found for this signature in database
GPG Key ID: 5E2CFF9B75FA63DF

View File

@ -29,9 +29,7 @@ mod verify_proposer_slashing;
mod verify_transfer;
// Set to `true` to check the merkle proof that a deposit is in the eth1 deposit root.
//
// Presently disabled to make testing easier.
const VERIFY_DEPOSIT_MERKLE_PROOFS: bool = false;
const VERIFY_DEPOSIT_MERKLE_PROOFS: bool = true;
/// Updates the state for a new block, whilst validating that the block is valid.
///