Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13711341
D10050.id29801.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
335 B
Subscribers
None
D10050.id29801.diff
View Options
diff --git a/src/wallet/bdb.cpp b/src/wallet/bdb.cpp
--- a/src/wallet/bdb.cpp
+++ b/src/wallet/bdb.cpp
@@ -844,7 +844,7 @@
bool BerkeleyBatch::WriteKey(CDataStream &&key, CDataStream &&value,
bool overwrite) {
if (!pdb) {
- return true;
+ return false;
}
if (fReadOnly) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 26, 11:43 (16 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5571459
Default Alt Text
D10050.id29801.diff (335 B)
Attached To
D10050: walletdb: Ensure that having no database handle is a failure
Event Timeline
Log In to Comment