From 095e2523826c068d747c51b69b6dec88d0a38b52 Mon Sep 17 00:00:00 2001 From: rigelrozanski Date: Wed, 11 Oct 2017 14:31:53 -0400 Subject: [PATCH] typo --- docs/basecoin-tool.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/basecoin-tool.rst b/docs/basecoin-tool.rst index cbcaeef02285..020c8bb4b886 100644 --- a/docs/basecoin-tool.rst +++ b/docs/basecoin-tool.rst @@ -277,6 +277,6 @@ Any required plugin initialization should be constructed using ``SetOption`` will be called for each item the genesis file. Within genesis.json file entries are made in the format: ``"/", ""``, where ```` is the plugin name, -and ```` and ```` are the mycoin passed into the plugin +and ```` and ```` are the strings passed into the plugin SetOption function. This function is intended to be used to set plugin specific information such as the plugin state.