From c15afd9982a23b320dea5cd893241836c20b941c Mon Sep 17 00:00:00 2001 From: kanoi Date: Sat, 5 Dec 2015 19:26:33 +1100 Subject: [PATCH] php - payments: mention the current dust limitation --- pool/page_payments.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pool/page_payments.php b/pool/page_payments.php index b9e1dbc1..b4d1454b 100644 --- a/pool/page_payments.php +++ b/pool/page_payments.php @@ -18,7 +18,8 @@ function dopayments($data, $user) $pg .= " BTCa,"; $pg .= " BTCb and"; $pg .= " BTCc
"; - $pg .= "The payments below don't yet show when they have been sent.

"; + $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);