clightning4j / JRPClightning

:zap: Java framework for C-Lightning to work with the RPC interface, and also the library simplifies the work to develop custom plugins with Java, Kotlin, and all the languages that supports the Java dependencies :zap:
https://clightning4j.github.io/JRPClightning/
GNU General Public License v2.0
16 stars 9 forks source link

retype the filed from msat from String to int #74

Open vincenzopalazzo opened 2 years ago

vincenzopalazzo commented 2 years ago

The change implemented in the PR https://github.com/ElementsProject/lightning/pull/5306 happens from the next release, so the solution is to break the type and move all msat filed from String to integer.

We need to decide only if we want to support both or just the last version, commenting on the PR if you want discuss it before stat to working on it