Skip to content

Commit e698e93

Browse files
feat: add TODO
1 parent 95bb17c commit e698e93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/node/type/models/NodeType.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ public NodeType() {}
3333
* Executa o que foi definido na função quando o bundle for inicializado.
3434
*/
3535
public void start() {
36+
// TODO: Adicionar os demais tipos de nós.
3637
switch (nodeType) {
3738
case 1:
3839
this.node = new Honest(this.ledgerConnector, this.idManager.getID());

0 commit comments

Comments
 (0)