interledgerjs / ilp-connector

Reference implementation of an Interledger connector.
Other
136 stars 53 forks source link

fix: use object properties for opts.{_store,_log} #467

Closed sentientwaffle closed 6 years ago

sentientwaffle commented 6 years ago

This is necessary for plugins that want to copy the options object before passing it to sub-plugins.

codecov-io commented 6 years ago

Codecov Report

Merging #467 into master will increase coverage by 0.2%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #467     +/-   ##
=========================================
+ Coverage   72.48%   72.69%   +0.2%     
=========================================
  Files          44       44             
  Lines        2061     2047     -14     
  Branches      330      330             
=========================================
- Hits         1494     1488      -6     
+ Misses        567      559      -8

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 0f4d059...d82f09e. Read the comment docs.