darkwallet/darkwallet

View on GitHub
src/js/model/history.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function buildHistoryRow has 67 lines of code (exceeds 25 allowed). Consider refactoring.
Open

History.prototype.buildHistoryRow = function(transaction, height) {
    var identity = this.identity,
        btcWallet = identity.wallet.wallet,
        outAddresses = [],
        inMine = 0,
Severity: Major
Found in src/js/model/history.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status