mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
accounts/abi/bind/v2/internal/contracts/db: revert unintended change to contract.sol
This commit is contained in:
parent
c5fa9c4182
commit
9b7dfc4575
1 changed files with 0 additions and 6 deletions
|
|
@ -60,13 +60,7 @@ contract DB {
|
|||
balance += msg.value;
|
||||
}
|
||||
|
||||
fallback() external {
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
fallback(bytes calldata _input) external returns (bytes memory _output) {
|
||||
_output = _input;
|
||||
}
|
||||
*/
|
||||
}
|
||||
Loading…
Reference in a new issue