Skip to content

Commit e60e749

Browse files
authored
Merge pull request #67 from Staketab/dev
added getTransactions to taskName
2 parents ae08a28 + d9c9446 commit e60e749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/staketab/minanames/entity/ZkCloudWorkerTask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@Getter
66
public enum ZkCloudWorkerTask {
77
CREATE_TASK("createTxTask", "backend txTask", "execute"),
8-
SEND_TRANSACTIONS(null, "backend txs", "sendTransactions"),
8+
SEND_TRANSACTIONS("getTransactions", "backend txs", "sendTransactions"),
99
GET_BLOCK_INFO("getBlocksInfo", "commands info", "execute"),
1010
GET_DOMAIN_METADATA("getMetadata", "commands info", "execute");
1111

0 commit comments

Comments
 (0)