sinisterchipmunk/bitcoin-client

View on GitHub
lib/bitcoin-client/client.rb

Summary

Maintainability
C
1 day
Test Coverage

Class Client has 63 methods (exceeds 20 allowed). Consider refactoring.
Open

class BitcoinClient::Client
  attr_reader :api
  def user; api.user; end
  def pass; api.pass; end
  def host; api.host; end
Severity: Major
Found in lib/bitcoin-client/client.rb - About 1 day to fix

    Method sendfrom has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

      def sendfrom(fromaccount, tobitcoinaddress, amount, minconf = 1, comment = nil, comment_to = nil)
    Severity: Minor
    Found in lib/bitcoin-client/client.rb - About 45 mins to fix

      Method move has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

        def move(fromaccount, toaccount, amount, minconf = 1, comment = nil)
      Severity: Minor
      Found in lib/bitcoin-client/client.rb - About 35 mins to fix

        There are no issues that match your filters.

        Category
        Status