monero-ecosystem / monero-python

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

ensure functions utilizing `raw_request` can authenticate to rpc enabled daemon #60

Closed lalanza808 closed 4 years ago

lalanza808 commented 4 years ago

Stumbled across this when messing with sending transactions via the daemon

emesik commented 4 years ago

Looks good. I have no daemon with auth set up to test it, but at least I can confirm it doesn't break communication with auth-disabled one :)