From 9cdf14da990a3c31e10fb2e1ae2dc38a15579221 Mon Sep 17 00:00:00 2001 From: MrChico Date: Wed, 13 May 2020 15:47:49 +0200 Subject: [PATCH] Remove unused variable (#15) --- deposit_contract.sol | 1 - 1 file changed, 1 deletion(-) 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;