This commit is contained in:
callebtc
2022-12-26 19:44:39 +01:00
parent be21f870e3
commit 829dd908d8

View File

@@ -285,12 +285,6 @@ async def send(ctx, amount: int, lock: str, legacy: bool):
async def receive(ctx, token: str, lock: str):
wallet: Wallet = ctx.obj["WALLET"]
await wallet.load_mint()
<<<<<<< HEAD
wallet.status()
# extract script and signature from P2SH lock
=======
>>>>>>> main
if lock:
# load the script and signature of this address from the database
assert len(lock.split("P2SH:")) == 2, Exception(