remove display.html

This commit is contained in:
Ben Arc
2021-04-04 13:30:59 +01:00
parent b2841ee909
commit ed5aeccb8e
3 changed files with 0 additions and 58 deletions
-2
View File
@@ -91,8 +91,6 @@ async def api_fresh_address(wallet_id):
@watchonly_ext.route("/api/v1/addresses/<wallet_id>", methods=["GET"])
@api_check_wallet_key("invoice")
async def api_get_addresses(wallet_id):
print(wallet_id)
wallet = await get_watch_wallet(wallet_id)
if not wallet: