From 829dd908d83670e86bf329e08cefa5a503b2ec59 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Mon, 26 Dec 2022 19:44:39 +0100 Subject: [PATCH] fix --- cashu/wallet/cli.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cashu/wallet/cli.py b/cashu/wallet/cli.py index 043f03a..29aa9e5 100644 --- a/cashu/wallet/cli.py +++ b/cashu/wallet/cli.py @@ -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(