We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd8ae40 + dbba22c commit a70d6afCopy full SHA for a70d6af
public/include/pages/admin/wallet.inc.php
@@ -18,7 +18,7 @@
18
$dAccountAddresses = array();
19
foreach($dWalletAccounts as $key => $value)
20
{
21
- $dAccountAddresses[$key] = $bitcoin->getaddressesbyaccount($key);
+ $dAccountAddresses[$key] = $bitcoin->getaddressesbyaccount((string)$key);
22
}
23
24
$aGetInfo = $bitcoin->getinfo();
0 commit comments