mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +00:00
Update contract.sol
This commit is contained in:
parent
f750117ad1
commit
b2fbc132d8
1 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ contract DB {
|
|||
if (v == 0) {
|
||||
return _keys.length;
|
||||
}
|
||||
// Check if a key is being overriden
|
||||
// Check if a key is being overridden
|
||||
if (_store[k] == 0) {
|
||||
_keys.push(k);
|
||||
_stats.inserts++;
|
||||
|
|
@ -63,4 +63,4 @@ contract DB {
|
|||
fallback(bytes calldata _input) external returns (bytes memory _output) {
|
||||
_output = _input;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue