Mark a FIXME for some cases this code mishandles. (I'll fix it shortly.)

This commit is contained in:
JoelKatz
2012-07-11 18:16:47 -07:00
parent 9e60cfc925
commit c637c01abc
2 changed files with 8 additions and 0 deletions

View File

@@ -290,6 +290,7 @@ public:
// build new map
SHAMap(uint32 seq = 0);
SHAMap(const uint256& hash);
// Returns a new map that's a snapshot of this one. Force CoW
SHAMap::pointer snapShot(bool isMutable);