mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 03:15:11 -05:00
Remove unused variable (#15)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user