Browse Source
0.1676fed83
Avoid NULL pointer dereference when _walletModel is NULL (which is valid) (practicalswift)4971a9a
Use two boolean literals instead of re-using variable (practicalswift)b5fb339
Remove duplicate uriParts.size() > 0 check (practicalswift)7466991
Remove redundant check (!ecc is always true) (practicalswift)55224af
Remove redundant NULL checks after new (practicalswift) Pull request description: Contains: * Remove redundant `NULL` checks after throwing `new` * Remove redundant check (`!ecc` is always true) * Remove duplicate `uriParts.size() > 0` check * Use two boolean literals instead of re-using variable Tree-SHA512: 30e9af8a9d5c8184836f8267b492aeb4e26eca171a3be08f634b3f39b3055b9fa9f06623f6c69b294ca13bf99743f7645cfac2b25e014ff74687bd085a997895
Wladimir J. van der Laan
7 years ago
5 changed files with 9 additions and 16 deletions
Loading…
Reference in new issue