mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +01:00
typo
This commit is contained in:
parent
6c79550c22
commit
4312deddfa
@ -49,7 +49,7 @@ bool derive_keyset(const struct pubkey *per_commitment_point,
|
||||
if (!derive_simple_key(self_delayed_basepoint,
|
||||
per_commitment_point,
|
||||
&keyset->self_delayed_payment_key))
|
||||
return NULL;
|
||||
return false;
|
||||
|
||||
/* BOLT #3:
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user