Browse Source

Accept "address" spelled out in --coinbase-addr option

Luke Dashjr 12 years ago
parent
commit
0c6033f7c9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      miner.c

+ 1 - 1
miner.c

@@ -1915,7 +1915,7 @@ static struct opt_table opt_config_table[] = {
 	OPT_WITH_ARG("--coinbase-addr",
 		     set_b58addr, NULL, &opt_coinbase_script,
 		     "Set coinbase payout address for solo mining"),
-	OPT_WITH_ARG("--coinbase-payout|--cbaddr|--cb-addr|--payout",
+	OPT_WITH_ARG("--coinbase-address|--coinbase-payout|--cbaddress|--cbaddr|--cb-address|--cb-addr|--payout",
 		     set_b58addr, NULL, &opt_coinbase_script,
 		     opt_hidden),
 #endif