Skip to content

Commit

Permalink
- removed SNAPSHOT from request header X-Miner
Browse files Browse the repository at this point in the history
  • Loading branch information
de-luxe committed Jan 18, 2017
1 parent 99b875a commit f3baad6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class NetworkSubmitPoolNonceTask
implements Runnable
{
private static final Logger LOG = LoggerFactory.getLogger(NetworkSubmitPoolNonceTask.class);
private static final String HEADER_MINER_NAME = "burstcoin-jminer-0.4.6-SNAPSHOT";
private static final String HEADER_MINER_NAME = "burstcoin-jminer-0.4.6";

@Autowired
private ApplicationEventPublisher publisher;
Expand Down

0 comments on commit f3baad6

Please sign in to comment.