This commit is contained in:
rigelrozanski
2017-02-19 13:56:00 -05:00
committed by Ethan Buchman
parent c5f837c68e
commit 20dc3a1d4b
2 changed files with 2 additions and 7 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ func NewExamplePlugin() *ExamplePlugin {
}
}
// Return a byte array unique to this plugin which will be used as the key which
// Return a byte array unique to this plugin which is used as the key
// to store the plugin state (ExamplePluginState)
func (ep *ExamplePlugin) StateKey() []byte {
return []byte("ExamplePlugin.State")