mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-22 16:44:20 +01:00
Remove varint typedef for bigsize
It's not part of the spec anymore Signed-off-by: Antoine Poinsot <darosior@protonmail.com>
This commit is contained in:
committed by
Rusty Russell
parent
7db8680530
commit
15adcc915f
@@ -1040,7 +1040,7 @@ bool query_channel_range(struct daemon *daemon,
|
||||
|
||||
if (qflags) {
|
||||
tlvs = tlv_query_channel_range_tlvs_new(tmpctx);
|
||||
tlvs->query_option = tal(tlvs, varint);
|
||||
tlvs->query_option = tal(tlvs, bigsize_t);
|
||||
*tlvs->query_option = qflags;
|
||||
} else
|
||||
tlvs = NULL;
|
||||
|
||||
Reference in New Issue
Block a user