mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
wallet: fix typo in wallet_can_spend() comment
This commit is contained in:
committed by
Rusty Russell
parent
0e20e3c5e7
commit
1dd606c9a1
@@ -422,7 +422,7 @@ void wallet_confirm_utxos(struct wallet *w, const struct utxo **utxos);
|
|||||||
*
|
*
|
||||||
* FIXME: This is very slow with lots of inputs!
|
* FIXME: This is very slow with lots of inputs!
|
||||||
*
|
*
|
||||||
* @w: (in) allet holding the pubkeys to check against (privkeys are on HSM)
|
* @w: (in) wallet holding the pubkeys to check against (privkeys are on HSM)
|
||||||
* @script: (in) the script to check
|
* @script: (in) the script to check
|
||||||
* @index: (out) the bip32 derivation index that matched the script
|
* @index: (out) the bip32 derivation index that matched the script
|
||||||
* @output_is_p2sh: (out) whether the script is a p2sh, or p2wpkh
|
* @output_is_p2sh: (out) whether the script is a p2sh, or p2wpkh
|
||||||
|
|||||||
Reference in New Issue
Block a user