mirror of
https://git.wownero.com/wownero/wownerowp.git
synced 2024-08-15 01:03:16 +00:00
Update 'learn more' link
This commit is contained in:
parent
09ae386805
commit
05695f766d
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ class Monero_Gateway extends WC_Payment_Gateway
|
||||||
echo "<table class='form-table'>";
|
echo "<table class='form-table'>";
|
||||||
$this->generate_settings_html();
|
$this->generate_settings_html();
|
||||||
echo "</table>";
|
echo "</table>";
|
||||||
echo "<h4>Learn more about using a password with the monero wallet-rpc <a href=\"https://github.com/cryptochangements34/monerowp/blob/master/README.md\">here</a></h4>";
|
echo "<h4>Learn more about using monero-wallet-rpc <a href=\"https://github.com/monero-integrations/monerowp/blob/master/README.md\">here</a></h4>";
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getamountinfo()
|
public function getamountinfo()
|
||||||
|
|
Loading…
Reference in a new issue