monero-ecosystem / monero-python

A comprehensive Python module for handling Monero cryptocurrency
BSD 3-Clause "New" or "Revised" License
245 stars 79 forks source link

Daemon coverage #86

Closed jeffro256 closed 3 years ago

jeffro256 commented 3 years ago

Added test coverage for:

1. `headers` method
2. failing an RPC request
3. fetching a single transaction
4. calling `block` without either `height` or `hash` args
emesik commented 3 years ago

Thank you!