Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
denpamusic committed Jan 20, 2017
1 parent a738379 commit 9ee2542
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Denpa/Bitcoin/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function __construct(Array $params = [])
$params['password']
],
'verify' => (isset($params['ca']) && is_file($params['ca']) ? $params['ca'] : true),
'handler' => (isset($params['handler']) ? $params['handler'] : ''),
'handler' => (isset($params['handler']) ? $params['handler'] : null),
]);
}

Expand Down
4 changes: 3 additions & 1 deletion tests/Denpa/Bitcoin/ClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,6 @@ public function testClientExceptionWithServerErrorCode(Client $bitcoind) {

return $bitcoind;
}
}
}

?>

0 comments on commit 9ee2542

Please sign in to comment.