mirror of
https://git.wownero.com/wownero/wownerowp.git
synced 2024-08-15 01:03:16 +00:00
Update monero_payments.php
This commit is contained in:
parent
db265e5dee
commit
0b02637507
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ public function add_my_currency_symbol( $currency_symbol, $currency ) {
|
||||||
public function getamountinfo(){
|
public function getamountinfo(){
|
||||||
$wallet_amount = $this->monero_daemon->getbalance();
|
$wallet_amount = $this->monero_daemon->getbalance();
|
||||||
if(isset($wallet_amount)){
|
if(isset($wallet_amount)){
|
||||||
$this->log->add('Monero_gateway','[ERROR] Connection wi$
|
$this->log->add('Monero_gateway','[ERROR] Connection with daemon absend');
|
||||||
$wallet_amount['balance'] = "0";
|
$wallet_amount['balance'] = "0";
|
||||||
$wallet_amount['unlocked_balance'] = "0";
|
$wallet_amount['unlocked_balance'] = "0";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue