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

Fixed the close command parameter list. #68

Closed vincenzopalazzo closed 2 years ago

vincenzopalazzo commented 2 years ago

Signed-off-by: Vincenzo Palazzo vincenzopalazzodev@gmail.com

github-actions[bot] commented 2 years ago

Unit Test Results

16 files  ±0  16 suites  ±0   1m 27s :stopwatch: +13s 80 tests ±0  79 :heavy_check_mark: ±0  1 :zzz: ±0  0 :x: ±0 

Results for commit 4e2868a3. ± Comparison against base commit def1823a.

:recycle: This comment has been updated with latest results.

codecov-commenter commented 2 years ago

Codecov Report

Merging #68 (abe80a7) into master (def1823) will decrease coverage by 0.09%. The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #68      +/-   ##
============================================
- Coverage     41.80%   41.70%   -0.10%     
  Complexity      333      333              
============================================
  Files           127      127              
  Lines          2117     2122       +5     
  Branches        148      149       +1     
============================================
  Hits            885      885              
- Misses         1142     1147       +5     
  Partials         90       90              
Flag Coverage Δ
unittests 41.70% <0.00%> (-0.10%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/main/java/jrpc/clightning/CLightningRPC.java 60.55% <0.00%> (ø)
...c/clightning/rpc/channel/CLightningChannelRPC.java 51.78% <0.00%> (-2.42%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update def1823...abe80a7. Read the comment docs.