fix: remove wallet inkey

This commit is contained in:
Vlad Stan
2022-11-24 17:08:32 +02:00
parent fdfd9b1d9f
commit 00ba09d201
2 changed files with 0 additions and 15 deletions
-1
View File
@@ -41,7 +41,6 @@ async def display(request: Request, charge_id: str):
{
"request": request,
"charge_data": charge.dict(),
"wallet_inkey": inkey,
"mempool_endpoint": mempool_endpoint,
},
)