removed whitespace

This commit is contained in:
Sebastian Grewe 2013-06-17 11:19:05 +02:00
parent fa7f61c436
commit 9bde3d979c

View File

@ -29,7 +29,7 @@ if ($user->isAuthenticated()) {
}
if ($continue == true) {
// Send balance to address, mind fee for transaction!
try {
try {
if ($setting->getValue('auto_payout_active') == 0) {
$bitcoin->sendtoaddress($sCoinAddress, $dBalance);
} else {