Skip to content

Commit

Permalink
Fixed CS.
Browse files Browse the repository at this point in the history
  • Loading branch information
denpamusic committed Sep 8, 2018
1 parent 16e29bb commit 5a34bfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ protected function defaultConfig(array $config = [])

// use same var name as laravel-bitcoinrpc
if (
! array_key_exists('password', $config) &&
array_key_exists('pass', $config)
!array_key_exists('password', $config) &&
array_key_exists('pass', $config)
) {
$config['password'] = $config['pass'];
unset($config['pass']);
Expand Down

0 comments on commit 5a34bfc

Please sign in to comment.