chore: clean-up
This commit is contained in:
parent
6c332ce0c5
commit
05b758a784
2 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue