Wallet: default to SIG_INPUTS in P2PK lock (#584)

This commit is contained in:
elnosh
2024-07-12 20:25:23 -05:00
committed by GitHub
parent 99382242dc
commit f32099bce7

View File

@@ -137,7 +137,7 @@ async def send(
secret_lock = await wallet.create_p2pk_lock(
lock.split(":")[1],
locktime_seconds=settings.locktime_delta_seconds,
sig_all=True,
sig_all=False,
n_sigs=1,
)
logger.debug(f"Secret lock: {secret_lock}")