Remove unused variable (#15)

This commit is contained in:
MrChico 2020-05-13 15:47:49 +02:00 committed by GitHub
parent b236ce7a9a
commit 9cdf14da99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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;