chore: clean-up
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user