aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Edgecumbe <esotericnonsense@danedgecumbe.com>2017-09-16 04:37:08 +0100
committerDaniel Edgecumbe <esotericnonsense@danedgecumbe.com>2017-09-16 04:37:08 +0100
commite087c243f9e1cf45efbb13d988074c06e4cb893b (patch)
treea592aa5f83a60063285ecb9ec7001f2c9beafb9b
parentfc76ba8e27843a9092b0a05da606f8e8faa0461e (diff)
Update attribution to reflect current nick
-rw-r--r--README.md2
-rw-r--r--main.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 50a3862..755d7f1 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# bitcoind-chainstats
index interesting stats from the blockchain using bitcoind JSON-RPC
-produced by Amphibian (azeteki, atelopus_zeteki)
+produced by esotericnonsense
## dependencies
* tested with python 2.7.3, bitcoind 0.9.2.1
diff --git a/main.py b/main.py
index 93a53d9..afca742 100644
--- a/main.py
+++ b/main.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
###############################################################################
-# bitcoind-chainstats by Amphibian
+# bitcoind-chainstats by esotericnonsense
# thanks to jgarzik for bitcoinrpc
# and of course the bitcoin dev team for that bitcoin gizmo, pretty neat stuff
###############################################################################