remove psycopg2

This commit is contained in:
callebtc
2022-10-03 01:02:27 +02:00
parent 5044315b0b
commit 0e24579862
7 changed files with 63 additions and 108 deletions

View File

@@ -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(