Skip to content

Commit

Permalink
remove suggest
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyclenerd committed Jun 27, 2017
1 parent b10d867 commit 2290efb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions plugins/ethereum/ethermine_
Expand Up @@ -27,10 +27,6 @@ command = ''
if len(sys.argv) > 1:
command = sys.argv[1]

if command == 'suggest':
print "ethermine_<YOUR_PUBLIC_ETHEREUM_ADDRESS>_<YOUR_RIG_NAME>"
sys.exit(0)

try:
OPTIONS[1]
except IndexError:
Expand Down
4 changes: 0 additions & 4 deletions plugins/ethereum/etherscan_balance_
Expand Up @@ -28,10 +28,6 @@ command = ''
if len(sys.argv) > 1:
command = sys.argv[1]

if command == 'suggest':
print "etherscan_balance_<YOUR_PUBLIC_ETHEREUM_ADDRESS>"
sys.exit(0)

try:
OPTIONS[2]
except IndexError:
Expand Down

0 comments on commit 2290efb

Please sign in to comment.