minor variable init changes in init.cpp
- explicit init of pcoinsdbview and pwalletMain (even if not needed, as globals are init to NULL, it seems cleaner)
- remove check if (pwalletMain) in Shutdown() as delete is valid even if pwalletMain is NULL
minor variable init changes in init.cpp 20a11ffabf0cUnpublished Tags None Subscribers None
Description
Details
|