|
|
@ -1163,7 +1163,7 @@ const ProtobufCMessageDescriptor anchor__descriptor = |
|
|
|
(ProtobufCMessageInit) anchor__init, |
|
|
|
NULL,NULL,NULL /* reserved[123] */ |
|
|
|
}; |
|
|
|
static const ProtobufCFieldDescriptor open_channel__field_descriptors[7] = |
|
|
|
static const ProtobufCFieldDescriptor open_channel__field_descriptors[8] = |
|
|
|
{ |
|
|
|
{ |
|
|
|
"seed", |
|
|
@ -1249,6 +1249,18 @@ static const ProtobufCFieldDescriptor open_channel__field_descriptors[7] = |
|
|
|
0, /* flags */ |
|
|
|
0,NULL,NULL /* reserved1,reserved2, etc */ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"tx_version", |
|
|
|
8, |
|
|
|
PROTOBUF_C_LABEL_REQUIRED, |
|
|
|
PROTOBUF_C_TYPE_UINT32, |
|
|
|
0, /* quantifier_offset */ |
|
|
|
offsetof(OpenChannel, tx_version), |
|
|
|
NULL, |
|
|
|
NULL, |
|
|
|
0, /* flags */ |
|
|
|
0,NULL,NULL /* reserved1,reserved2, etc */ |
|
|
|
}, |
|
|
|
}; |
|
|
|
static const unsigned open_channel__field_indices_by_name[] = { |
|
|
|
6, /* field[6] = anchor */ |
|
|
@ -1258,11 +1270,12 @@ static const unsigned open_channel__field_indices_by_name[] = { |
|
|
|
3, /* field[3] = revocation_hash */ |
|
|
|
4, /* field[4] = script_to_me */ |
|
|
|
0, /* field[0] = seed */ |
|
|
|
7, /* field[7] = tx_version */ |
|
|
|
}; |
|
|
|
static const ProtobufCIntRange open_channel__number_ranges[1 + 1] = |
|
|
|
{ |
|
|
|
{ 1, 0 }, |
|
|
|
{ 0, 7 } |
|
|
|
{ 0, 8 } |
|
|
|
}; |
|
|
|
const ProtobufCMessageDescriptor open_channel__descriptor = |
|
|
|
{ |
|
|
@ -1272,7 +1285,7 @@ const ProtobufCMessageDescriptor open_channel__descriptor = |
|
|
|
"OpenChannel", |
|
|
|
"", |
|
|
|
sizeof(OpenChannel), |
|
|
|
7, |
|
|
|
8, |
|
|
|
open_channel__field_descriptors, |
|
|
|
open_channel__field_indices_by_name, |
|
|
|
1, open_channel__number_ranges, |
|
|
|