AtomicLoans / atomicloans-oracle-contracts

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

Replace unnecessary low-level call with interface call #10

Closed matthewjablack closed 5 years ago

matthewjablack commented 5 years ago

This PR removes necessary low level call med.call(abi.encodeWithSignature("poke()")); and instead replaces it with interface call med.poke();.