glightning icon indicating copy to clipboard operation
glightning copied to clipboard

listfunds: Moved from array of struct to array of pointers.

Open vincenzopalazzo opened this issue 3 years ago • 0 comments

I noted that there is a mistake in the API, almost all the arrays are arrays of pointers, but in the case of the listfunds it is returned an array of the struct.

There is also a test written a couple of weeks ago, because I noted a crash in the library but I was not able to catch it. Test is always good I think :)

vincenzopalazzo avatar Jul 31 '21 15:07 vincenzopalazzo