Skip to content

Commit

Permalink
Add default wallets config for fresh install
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperstrongBE committed Nov 20, 2024
1 parent 1290ee4 commit 6aad6fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions includes/controllers/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ public static function GetAdminConfig()
];
if ($rawWallets){
$unserializedWallet = unserialize($rawWallets);
if ($unserializedWallet){
$wallets = $unserializedWallet;
}
}
return array(
"wallets"=>$wallets,
Expand Down

0 comments on commit 6aad6fe

Please sign in to comment.