• Felix Lange's avatar
    ethdb: copy stored memdb values · d581dfee
    Felix Lange authored
    Storing a value in LevelDB copies the bytes, modifying the value
    afterwards does not affect the content of the database. This commit
    ensures that MemDatabase satisfies the same property.
    d581dfee
Name
Last commit
Last update
..
.gitignore Loading commit data...
README.md Loading commit data...
database.go Loading commit data...
database_test.go Loading commit data...
interface.go Loading commit data...
memory_database.go Loading commit data...