Bug fix wallet balance
This commit is contained in:
@@ -254,7 +254,7 @@ async def get_lnbits_wallet_balances(gerty):
|
|||||||
if wallet:
|
if wallet:
|
||||||
wallets.append({
|
wallets.append({
|
||||||
"name": wallet.name,
|
"name": wallet.name,
|
||||||
"balance": wallet.balance_msat,
|
"balance": wallet.balance_msat / 1000,
|
||||||
"inkey": wallet.inkey,
|
"inkey": wallet.inkey,
|
||||||
})
|
})
|
||||||
return wallets
|
return wallets
|
||||||
|
|||||||
Reference in New Issue
Block a user