We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8556e1a commit 4aca347Copy full SHA for 4aca347
pom.xml
@@ -176,7 +176,7 @@
176
<dependency>
177
<groupId>com.wavesplatform</groupId>
178
<artifactId>waves-crypto</artifactId>
179
- <version>2.0.6-SNAPSHOT</version>
+ <version>2.0.6</version>
180
</dependency>
181
182
src/main/java/com/wavesplatform/transactions/CommitToGenerationTransaction.java
@@ -17,7 +17,7 @@
17
18
public class CommitToGenerationTransaction extends Transaction {
19
20
- public static final int TYPE = 20;
+ public static final int TYPE = 19;
21
public static final int LATEST_VERSION = 1;
22
public static final long MIN_FEE = 100_00000;
23
0 commit comments