From 516f91a416f58429e93dc6e94afde325ad853352 Mon Sep 17 00:00:00 2001 From: freewil Date: Tue, 11 Dec 2012 01:50:00 -0500 Subject: [PATCH] add difficulty to bitcoind_ --- plugins/other/bitcoind_ | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/other/bitcoind_ b/plugins/other/bitcoind_ index bf75a589..a62cb7a2 100755 --- a/plugins/other/bitcoind_ +++ b/plugins/other/bitcoind_ @@ -56,6 +56,7 @@ def main(): 'transactions': ("Transactions", "Transactions", ('confirmed', 'waiting')), 'block_age': ("Last Block Age", "Seconds"), + 'difficulty': ("Difficulty", ""), } labels = request_labels[request_var] if len(labels) < 3: