Skip to content

Commit e2704ee

Browse files
authored
Update txdb-leveldb.h
1 parent 06b28fc commit e2704ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/txdb-leveldb.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class CTxDB
119119
activeBatch->Put(ssKey.str(), ssValue.str());
120120
return true;
121121
}
122-
leveldb::Status status = pdb->Put(leveldb::WriteOptions(), ssKey.str(), ssValue.str());
122+
leveldb::Status status = pdb->Put(leveldb::WriteOptions(), ssKey.str(), ssValue.str());
123123
if (!status.ok()) {
124124
LogPrintf("LevelDB write failure: %s\n", status.ToString());
125125
return false;

0 commit comments

Comments
 (0)