Skip to content

Commit

Permalink
refactor: remove unused variable in EthVault
Browse files Browse the repository at this point in the history
  • Loading branch information
pgebal committed Oct 25, 2019
1 parent e13aaf7 commit 63176a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plasma_framework/contracts/src/vaults/EthVault.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import "./verifiers/IEthDepositVerifier.sol";
import "../framework/PlasmaFramework.sol";

contract EthVault is Vault {
uint256 private withdrawEntryCounter = 0;

event EthWithdrawn(
address indexed receiver,
uint256 amount
Expand Down

0 comments on commit 63176a2

Please sign in to comment.