From 8040a2e7e77672fe26861f890ff022d4d093f8bb Mon Sep 17 00:00:00 2001 From: Jan Willem Penterman Date: Fri, 11 Sep 2015 15:48:32 +0200 Subject: [PATCH] typo in donation address --- ethminer/MinerAux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethminer/MinerAux.h b/ethminer/MinerAux.h index 2dfb66dfe..647f78197 100644 --- a/ethminer/MinerAux.h +++ b/ethminer/MinerAux.h @@ -271,7 +271,7 @@ public: cout << "Ported from Tim Hughes' OpenCL kernel" << endl; cout << "With contributions from RoBiK, tpruvot and sp_ " << endl << endl; cout << "Please consider donating a tiny fraction of the extra performance to:" << endl; - cout << "ETH: 0xb9310b185455f863f526dab3d245809f6854b4d" << endl; + cout << "ETH: 0xeb9310b185455f863f526dab3d245809f6854b4d" << endl; cout << "BTC: 1Nu2fMCEBjmnLzqb8qUJpKgq5RoEWFhNcW" << endl << endl; } else if (arg == "--current-block" && i + 1 < argc)