mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-04 14:54:26 +01:00
Remove point32.
The x-only dream is dead. Remove all trace. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -19,7 +19,6 @@ struct io_conn;
|
||||
struct log;
|
||||
struct json_escape;
|
||||
struct pubkey;
|
||||
struct point32;
|
||||
struct bip340sig;
|
||||
struct secret;
|
||||
struct node_id;
|
||||
@@ -271,11 +270,6 @@ void json_add_pubkey(struct json_stream *response,
|
||||
const char *fieldname,
|
||||
const struct pubkey *key);
|
||||
|
||||
/* '"fieldname" : "89abcdef..."' or "89abcdef..." if fieldname is NULL */
|
||||
void json_add_point32(struct json_stream *response,
|
||||
const char *fieldname,
|
||||
const struct point32 *key);
|
||||
|
||||
/* '"fieldname" : "89abcdef..."' or "89abcdef..." if fieldname is NULL */
|
||||
void json_add_bip340sig(struct json_stream *response,
|
||||
const char *fieldname,
|
||||
|
||||
Reference in New Issue
Block a user