mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 14:46:42 +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) {
|
if (v == 0) {
|
||||||
return _keys.length;
|
return _keys.length;
|
||||||
}
|
}
|
||||||
// Check if a key is being overriden
|
// Check if a key is being overridden
|
||||||
if (_store[k] == 0) {
|
if (_store[k] == 0) {
|
||||||
_keys.push(k);
|
_keys.push(k);
|
||||||
_stats.inserts++;
|
_stats.inserts++;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue