fst_ to frst_ and snd_ to scnd_

This commit is contained in:
callebtc
2022-10-05 19:53:31 +02:00
parent befd12102c
commit a264dd5c6d
5 changed files with 66 additions and 66 deletions

View File

@@ -195,7 +195,7 @@ async def receive(ctx, coin: str, lock: str):
else:
script, signature = None, None
proofs = [Proof.from_dict(p) for p in json.loads(base64.urlsafe_b64decode(coin))]
_, _ = await wallet.redeem(proofs, snd_script=script, snd_siganture=signature)
_, _ = await wallet.redeem(proofs, scnd_script=script, scnd_siganture=signature)
wallet.status()