Remove excess logic. #10175 pull practicalswift wants to merge 1 commits into bitcoin:master from practicalswift:excess-logic changing 3 files +3 −10 Conversation Commits1 Files3 Check practicalswift commented at 8:26 AM on April 10, 2017: contributor Replace … if (foo) return true; return false; … with … return foo; Inspired by @kewde:s finding in #10164. Remove excess logic. 9a763d4f86 jonasschnelli added the label Refactoring on Apr 10, 2017 bulldozer00 approved JeremyRubin commented at 3:02 PM on April 10, 2017: contributor utack 9a763d4 paveljanik commented at 1:40 PM on April 11, 2017: contributor utACK https://github.com/bitcoin/bitcoin/pull/10175/commits/9a763d4f86fb2428bfcae6cad5326600ada10c11 TheBlueMatt commented at 8:21 PM on April 12, 2017: contributor utACK 9a763d4f86fb2428bfcae6cad5326600ada10c11 MarcoFalke commented at 9:39 PM on April 14, 2017: member utACK 9a763d4f86fb2428bfcae6cad5326600ada10c11 laanwj merged this on May 2, 2017 laanwj closed this on May 2, 2017 laanwj referenced this in commit f4a6180607 on May 2, 2017 PastaPastaPasta referenced this in commit 4744f436a6 on Jun 10, 2019 PastaPastaPasta referenced this in commit bc9aec18e4 on Jun 10, 2019 PastaPastaPasta referenced this in commit a42b52d55a on Jun 10, 2019 PastaPastaPasta referenced this in commit ef02d56e85 on Jun 10, 2019 PastaPastaPasta referenced this in commit 31d35793e9 on Jun 10, 2019 PastaPastaPasta referenced this in commit 06b89d13d5 on Jun 11, 2019 PastaPastaPasta referenced this in commit e407695ae6 on Jun 15, 2019 PastaPastaPasta referenced this in commit 76899ae4c9 on Jun 19, 2019 PastaPastaPasta referenced this in commit 2f4f0865bb on Jun 19, 2019 PastaPastaPasta referenced this in commit 56f014a28b on Jun 19, 2019 PastaPastaPasta referenced this in commit 98abbf9c69 on Jun 19, 2019 PastaPastaPasta referenced this in commit 759a87f0aa on Jun 19, 2019 PastaPastaPasta referenced this in commit 310ff00e65 on Jun 19, 2019 PastaPastaPasta referenced this in commit 09044c4bcb on Jun 19, 2019 PastaPastaPasta referenced this in commit ac45ce76b0 on Jun 20, 2019 barrystyle referenced this in commit f0d86e1033 on Jan 22, 2020 practicalswift deleted the branch on Apr 10, 2021 bitcoin locked this on Aug 16, 2022 Contributorspracticalswiftbulldozer00JeremyRubinpaveljanikTheBlueMattMarcoFalke LabelsRefactoring Linked (view graph)#10164 Wallet: reduce excess logic InMempool()