Skip to content

Commit

Permalink
Update plugins/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jay <jc@clearmatics.com>
  • Loading branch information
Jason-Zhangxin-Chen and cmjc committed Jan 31, 2024
1 parent 3d60add commit ba31481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ type PluginState struct {
where the statements in PluginState:
- KeyRequired states if the plugin needs a service key to be configured. When the plugin requires a key, oracle server will not start the plugin if a key is missing from the configuration.
- Version states the version of the plugin.
- AvailableSymbols states the available symbols of current data plugin.
- AvailableSymbols states the set of symbols the data plugin is configured to fetch.

## Implement a plugin
Create a directory for your plugin under the autonity-oracle/plugins directory. There is a template_plugin directory
Expand Down

0 comments on commit ba31481

Please sign in to comment.