MultiChain / multichain

Source code for multichaind, multichain-cli and multichain-util.
GNU General Public License v3.0
536 stars 259 forks source link

Remove unnecessary null pointer checks #65

Open elfring opened 6 years ago

elfring commented 6 years ago

An extra null pointer check is not needed in functions like the following.

medeirosfalante commented 6 years ago

@elfring you can create a fork to change the code and send a PR later.