mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-21 02:54:20 +01:00
fix
This commit is contained in:
@@ -285,12 +285,6 @@ async def send(ctx, amount: int, lock: str, legacy: bool):
|
|||||||
async def receive(ctx, token: str, lock: str):
|
async def receive(ctx, token: str, lock: str):
|
||||||
wallet: Wallet = ctx.obj["WALLET"]
|
wallet: Wallet = ctx.obj["WALLET"]
|
||||||
await wallet.load_mint()
|
await wallet.load_mint()
|
||||||
<<<<<<< HEAD
|
|
||||||
wallet.status()
|
|
||||||
|
|
||||||
# extract script and signature from P2SH lock
|
|
||||||
=======
|
|
||||||
>>>>>>> main
|
|
||||||
if lock:
|
if lock:
|
||||||
# load the script and signature of this address from the database
|
# load the script and signature of this address from the database
|
||||||
assert len(lock.split("P2SH:")) == 2, Exception(
|
assert len(lock.split("P2SH:")) == 2, Exception(
|
||||||
|
|||||||
Reference in New Issue
Block a user