We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95bb17c commit e698e93Copy full SHA for e698e93
src/main/java/node/type/models/NodeType.java
@@ -33,6 +33,7 @@ public NodeType() {}
33
* Executa o que foi definido na função quando o bundle for inicializado.
34
*/
35
public void start() {
36
+ // TODO: Adicionar os demais tipos de nós.
37
switch (nodeType) {
38
case 1:
39
this.node = new Honest(this.ledgerConnector, this.idManager.getID());
0 commit comments