Fixes a bug causing the admin dashboard to throw an error, when the wallet has an account name which is an integer (e.g. "1"). This is caused by json_decode decoding the account address as an integer, which is passed to getaddressesbyaccount, throwing an error (as the daemon only accepts string values for account names). |
||
|---|---|---|
| .. | ||
| classes | ||
| config | ||
| lib | ||
| pages | ||
| smarty/libs | ||
| admin_checks.php | ||
| autoloader.inc.php | ||
| bootstrap.php | ||
| database.inc.php | ||
| smarty_globals.inc.php | ||
| smarty.inc.php | ||
| version.inc.php | ||