stellar/js-stellar-base

View on GitHub
src/signing.js

Summary

Maintainability
A
1 hr
Test Coverage

Function checkFastSigningNode has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function checkFastSigningNode() {
  // NOTE: we use commonjs style require here because es6 imports
  // can only occur at the top level.  thanks, obama.
  let sodium;
  try {
Severity: Minor
Found in src/signing.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status