From f7d1f9b968398be311867650e6b4fa095bd0dc51 Mon Sep 17 00:00:00 2001 From: itssteven Date: Fri, 11 Jan 2019 16:49:38 +0000 Subject: [PATCH] Update class-monero-wallet-rpc.php --- include/class-monero-wallet-rpc.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/include/class-monero-wallet-rpc.php b/include/class-monero-wallet-rpc.php index 4ff7f58..2f3bb57 100644 --- a/include/class-monero-wallet-rpc.php +++ b/include/class-monero-wallet-rpc.php @@ -244,13 +244,6 @@ class Monero_Wallet_Rpc return $incoming_transfers; } - public function get_transfers($input_type, $input_value) - { - $get_parameters = array($input_type => $input_value); - $get_transfers = $this->_run('get_transfers', $get_parameters); - return $get_transfers; - } - public function view_key() { $query_key = array('key_type' => 'view_key');