This commit is contained in:
rigelrozanski 2017-10-11 14:31:53 -04:00
parent 1613da91ca
commit 095e252382
1 changed files with 1 additions and 1 deletions

View File

@ -277,6 +277,6 @@ Any required plugin initialization should be constructed using
``SetOption`` will be called for each item the genesis file. Within ``SetOption`` will be called for each item the genesis file. Within
genesis.json file entries are made in the format: genesis.json file entries are made in the format:
``"<plugin>/<key>", "<value>"``, where ``<plugin>`` is the plugin name, ``"<plugin>/<key>", "<value>"``, where ``<plugin>`` is the plugin name,
and ``<key>`` and ``<value>`` are the mycoin passed into the plugin and ``<key>`` and ``<value>`` are the strings passed into the plugin
SetOption function. This function is intended to be used to set plugin SetOption function. This function is intended to be used to set plugin
specific information such as the plugin state. specific information such as the plugin state.