fiatjaf / sparko

c-lightning RPC over HTTP with fine-grained permissions, SSE and spark-wallet support
38 stars 12 forks source link

Build error of invoicewithdescriptionhash-v1.2 on clightning v22.11 arm32 #22

Closed NicolasDorier closed 1 year ago

NicolasDorier commented 1 year ago
plugins/fetchinvoice.c:1362:30: error: conversion from 'long long unsigned int' to 'size_t' {aka 'unsigned int'} changes value from '18446744073709551615' to '4294967295' [-Werror=overflow]
 1362 |      || tlv_span(wire, 1001, UINT64_MAX, NULL) != 0) {
NicolasDorier commented 1 year ago

sorry not your problem, it's clightning bug