Skip to content

Commit

Permalink
Closes #59
Browse files Browse the repository at this point in the history
  • Loading branch information
sneurlax committed Apr 2, 2018
1 parent 16b39cd commit 9b14237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/walletRPC.php
Original file line number Diff line number Diff line change
Expand Up @@ -1278,7 +1278,7 @@ public function check_reserve_proof($address, $signature)
public function get_transfers($input_types = ['all'], $account_index = 0, $subaddr_indices = '', $min_height = 0, $max_height = 4206931337)
{
if (is_string($input_types)) { // If user is using old method
$get_transfers_parameters = array($input_type => $account_index); // $get_transfers_parameters = array($input_type => $input_value);
$get_transfers_parameters = array($input_types => $account_index); // $get_transfers_parameters = array($input_type => $input_value);
} else {
if (is_object($input_types)) { // Parameters passed in as object/dictionary
$params = $input_types;
Expand Down

0 comments on commit 9b14237

Please sign in to comment.