Skip to content

Commit 9b7dfc4

Browse files
committed
accounts/abi/bind/v2/internal/contracts/db: revert unintended change to contract.sol
1 parent c5fa9c4 commit 9b7dfc4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

accounts/abi/bind/v2/internal/contracts/db/contract.sol

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,7 @@ contract DB {
6060
balance += msg.value;
6161
}
6262

63-
fallback() external {
64-
65-
}
66-
67-
/*
6863
fallback(bytes calldata _input) external returns (bytes memory _output) {
6964
_output = _input;
7065
}
71-
*/
7266
}

0 commit comments

Comments
 (0)