mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-14 16:03:45 +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;
|
balance += msg.value;
|
||||||
}
|
}
|
||||||
|
|
||||||
fallback() external {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
fallback(bytes calldata _input) external returns (bytes memory _output) {
|
fallback(bytes calldata _input) external returns (bytes memory _output) {
|
||||||
_output = _input;
|
_output = _input;
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue