mirror of
https://git.wownero.com/wownero/wownerowp.git
synced 2024-08-15 01:03:16 +00:00
Update class-monero-wallet-rpc.php
This commit is contained in:
parent
184e740452
commit
f7d1f9b968
1 changed files with 0 additions and 7 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue