diff --git a/deposit_contract.sol b/deposit_contract.sol index a94e8fbf0..51d88d41e 100644 --- a/deposit_contract.sol +++ b/deposit_contract.sol @@ -35,7 +35,6 @@ contract DepositContract is IDepositContract { uint constant PUBKEY_LENGTH = 48; // bytes uint constant WITHDRAWAL_CREDENTIALS_LENGTH = 32; // bytes uint constant SIGNATURE_LENGTH = 96; // bytes - uint constant AMOUNT_LENGTH = 8; // bytes bytes32[DEPOSIT_CONTRACT_TREE_DEPTH] branch; uint256 deposit_count;