• F
    ethdb: copy stored memdb values · d581dfee
    Felix Lange 提交于
    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
memory_database.go 2.6 KB