diff --git a/public/include/pages/admin/wallet.inc.php b/public/include/pages/admin/wallet.inc.php index 54f054e6..fc423bb6 100644 --- a/public/include/pages/admin/wallet.inc.php +++ b/public/include/pages/admin/wallet.inc.php @@ -18,7 +18,7 @@ if (!$smarty->isCached('master.tpl', $smarty_cache_key)) { $dAccountAddresses = array(); foreach($dWalletAccounts as $key => $value) { - $dAccountAddresses[$key] = $bitcoin->getaddressesbyaccount($key); + $dAccountAddresses[$key] = $bitcoin->getaddressesbyaccount((string)$key); } $aGetInfo = $bitcoin->getinfo();