AtomicLoans / atomicloans-oracle-contracts

Decentralized Bitcoin Backed Loan Protocol - Oracles
https://atomicloans.io
MIT License
2 stars 2 forks source link

Replace constant functions with pure or view #18

Closed matthewjablack closed 5 years ago

matthewjablack commented 5 years ago

Description

This PR replaces constant functions with pure or view. This is more in line with current solidity standard, and will help with upgrading the contracts later on to 0.5.0.

Submission Checklist :pencil: