mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
typo
This commit is contained in:
@@ -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:
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user