chore: clean-up

This commit is contained in:
Vlad Stan 2022-08-03 14:43:31 +03:00
parent 6c332ce0c5
commit 05b758a784
2 changed files with 1 additions and 2 deletions

View file

@ -185,7 +185,7 @@ async function walletList(path) {
try {
const {data} = await LNbits.api.request(
'GET',
`/watchonly/api/v1/wallet/?network=${this.network}`,
`/watchonly/api/v1/wallet?network=${this.network}`,
this.inkey
)
return data

View file

@ -3,7 +3,6 @@ from http import HTTPStatus
import httpx
from embit import finalizer, script
from embit.descriptor import Descriptor, Key
from embit.ec import PublicKey
from embit.psbt import PSBT, DerivationPath
from embit.transaction import Transaction, TransactionInput, TransactionOutput