mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-23 17:14:22 +01:00
open-anchor-scriptsig: use pubkey, not addr in scriptsig.
Oops. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -35,7 +35,7 @@ u8 *scriptpubkey_pay_to_pubkeyhash(const tal_t *ctx,
|
||||
|
||||
/* Create an input script to accept pay to pubkey */
|
||||
u8 *scriptsig_pay_to_pubkeyhash(const tal_t *ctx,
|
||||
const struct bitcoin_address *addr,
|
||||
const struct pubkey *key,
|
||||
const struct signature *sig);
|
||||
|
||||
/* Create an input script to accept pay to pubkey */
|
||||
|
||||
Reference in New Issue
Block a user