mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-22 03:24:18 +01:00
remove psycopg2
This commit is contained in:
@@ -194,6 +194,9 @@ class LedgerAPI:
|
||||
|
||||
return fst_proofs, snd_proofs
|
||||
|
||||
async def create_p2sh_lock(self, secrets: List[str]):
|
||||
return None
|
||||
|
||||
async def check_spendable(self, proofs: List[Proof]):
|
||||
payload = CheckPayload(proofs=proofs)
|
||||
return_dict = requests.post(
|
||||
|
||||
Reference in New Issue
Block a user