mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-23 00:54:20 +01:00
Makefile: more fascist warnings.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -44,7 +44,7 @@ static void gen_keys(secp256k1_context *ctx,
|
||||
assert(len == sizeof(pubkey->u8));
|
||||
}
|
||||
|
||||
void print_keypair(bool pub, bool priv)
|
||||
static void print_keypair(bool pub, bool priv)
|
||||
{
|
||||
secp256k1_context *ctx;
|
||||
struct seckey seckey;
|
||||
|
||||
Reference in New Issue
Block a user