Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13115795
D3177.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
372 B
Subscribers
None
D3177.diff
View Options
diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp
--- a/src/wallet/rpcwallet.cpp
+++ b/src/wallet/rpcwallet.cpp
@@ -3433,7 +3433,6 @@
UniValue results(UniValue::VARR);
std::vector<COutput> vecOutputs;
- assert(pwallet != nullptr);
LOCK2(cs_main, pwallet->cs_wallet);
pwallet->AvailableCoins(vecOutputs, !include_unsafe, nullptr,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 1, 12:07 (3 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5187774
Default Alt Text
D3177.diff (372 B)
Attached To
D3177: Remove redundant pwallet nullptr check
Event Timeline
Log In to Comment