Skip to content

Commit

Permalink
Fix code that broke the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ca-ruz committed Oct 18, 2024
1 parent 48f9afa commit 007996c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sauron/sauron.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def init(plugin, options, **kwargs):
}
plugin.log("Using proxy {} for requests".format(socks5_proxy))

api = "mempool.space" if plugin.is_mempoolspace else "Esplora"
api = "mempool.space" if "mutinynet.com" in plugin.api_endpoint else "Esplora"
plugin.log(f"Sauron plugin initialized using {api} API")
plugin.log(sauron_eye)

Expand Down

0 comments on commit 007996c

Please sign in to comment.