Skip to content

Commit

Permalink
Merge pull request #67 from Staketab/dev
Browse files Browse the repository at this point in the history
added getTransactions to taskName
  • Loading branch information
sineDtS authored May 22, 2024
2 parents ae08a28 + d9c9446 commit e60e749
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
@Getter
public enum ZkCloudWorkerTask {
CREATE_TASK("createTxTask", "backend txTask", "execute"),
SEND_TRANSACTIONS(null, "backend txs", "sendTransactions"),
SEND_TRANSACTIONS("getTransactions", "backend txs", "sendTransactions"),
GET_BLOCK_INFO("getBlocksInfo", "commands info", "execute"),
GET_DOMAIN_METADATA("getMetadata", "commands info", "execute");

Expand Down

0 comments on commit e60e749

Please sign in to comment.