We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d422353 commit a144bb6Copy full SHA for a144bb6
docs/node-configuration.md
@@ -145,7 +145,7 @@ Components define the functional capabilities of your node. Each component has a
145
"author": "Droq Team"
146
},
147
"DataProcessor": {
148
- "path": "dfx.base-node-template-py.processing.transform",
+ "path": "myapp.src.processing.transform",
149
"description": "Transforms incoming data",
150
151
}
0 commit comments