fix: remove wallet inkey

This commit is contained in:
Vlad Stan
2022-12-01 12:21:25 +01:00
committed by dni ⚡
parent 948e7f0a4e
commit 13203055e9
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,
},
)