chore: clean-up
This commit is contained in:
@@ -185,7 +185,7 @@ async function walletList(path) {
|
|||||||
try {
|
try {
|
||||||
const {data} = await LNbits.api.request(
|
const {data} = await LNbits.api.request(
|
||||||
'GET',
|
'GET',
|
||||||
`/watchonly/api/v1/wallet/?network=${this.network}`,
|
`/watchonly/api/v1/wallet?network=${this.network}`,
|
||||||
this.inkey
|
this.inkey
|
||||||
)
|
)
|
||||||
return data
|
return data
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ from http import HTTPStatus
|
|||||||
|
|
||||||
import httpx
|
import httpx
|
||||||
from embit import finalizer, script
|
from embit import finalizer, script
|
||||||
from embit.descriptor import Descriptor, Key
|
|
||||||
from embit.ec import PublicKey
|
from embit.ec import PublicKey
|
||||||
from embit.psbt import PSBT, DerivationPath
|
from embit.psbt import PSBT, DerivationPath
|
||||||
from embit.transaction import Transaction, TransactionInput, TransactionOutput
|
from embit.transaction import Transaction, TransactionInput, TransactionOutput
|
||||||
|
|||||||
Reference in New Issue
Block a user