sinisterchipmunk/bitcoin-client

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

Summary

Maintainability
A
1 hr
Test Coverage

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/dsl.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/dsl.rb - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status