rodentrabies / bp

Bitcoin Protocol components in Common Lisp
MIT License
37 stars 8 forks source link

Fix various stylistic issues #9

Open kilianmh opened 2 years ago

kilianmh commented 2 years ago

These changes are mostly fixing (smaller) stylistical issues. Exception is Fix EQL on numbers: Using = to compare numbers is better, since = signals a type-error if supplied non-number, while EQL does not.