Skip to content

Commit 4aca347

Browse files
committed
changed CommitToGenerationTransaction type
1 parent 8556e1a commit 4aca347

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
<dependency>
177177
<groupId>com.wavesplatform</groupId>
178178
<artifactId>waves-crypto</artifactId>
179-
<version>2.0.6-SNAPSHOT</version>
179+
<version>2.0.6</version>
180180
</dependency>
181181
<dependency>
182182
<groupId>com.wavesplatform</groupId>

src/main/java/com/wavesplatform/transactions/CommitToGenerationTransaction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
public class CommitToGenerationTransaction extends Transaction {
1919

20-
public static final int TYPE = 20;
20+
public static final int TYPE = 19;
2121
public static final int LATEST_VERSION = 1;
2222
public static final long MIN_FEE = 100_00000;
2323

0 commit comments

Comments
 (0)