Payments';
$pg .= "The payment transactions on $btcn are here:";
$pg .= " BTCa,";
$pg .= " BTCb and";
$pg .= " BTCc
";
$pg .= "The payments below don't yet show when they have been sent.
";
$pg .= "Dust payments below 0.00010000 BTC are not sent out yet.
";
$ans = getPayments($user);
$pg .= "
Block | "; $pg .= "Address | "; $pg .= "Status | "; $pg .= "BTC | "; $pg .= ""; $pg .= " |
'.$all[$i]['height'].' | '; $pg .= ''.$all[$i]['payaddress'].' | '; $pg .= ''; $amount = $all[$i]['amount']; if ($amount < '10000') { $dust = '*'; $hasdust = true; } else $dust = ' '; $pg .= ' | '.btcfmt($amount).' | '; $pg .= "$dust | "; $pg .= "
'; $pg .= '* '; $pg .= 'Dust payments are not automatically sent out'; $pg .= ' |