someone42 / hardware-bitcoin-wallet

A minimal Bitcoin wallet intended for embedded devices
BSD 2-Clause "Simplified" License
151 stars 44 forks source link

Use constants instead of 1 or 0 (or bool) #18

Open someone42 opened 11 years ago

someone42 commented 11 years ago

To make code easier to read, arguments to functions should be preprocessor constants instead of explicit 1/0/true/false.