Guide minor fixes

This commit is contained in:
Jae Kwon
2017-04-30 16:13:12 -07:00
parent 76b9580045
commit 354ea8ffd7
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ to whatever your plugin tool is going to be called.
Next is the `cmd.go`. This is where we extend the tool with any new commands and flags we need to send transactions to our plugin.
Note the `init()` function, where we register a new transaction subcommand with `RegisterTxSubcommand`,
and where we load the plugin into the basecoin app with `RegisterStartPlugin`.
and where we load the plugin into the Basecoin app with `RegisterStartPlugin`.
Finally is the `plugin.go`, where we provide an implementation of the `Plugin` interface.
The most important part of the implementation is the `RunTx` method, which determines the meaning of the data