Spelling fix
This commit is contained in:
parent
c6193699bf
commit
3e00885ba6
@ -80,7 +80,7 @@ var mpoolPending = &cli.Command{
|
|||||||
|
|
||||||
var mpoolSub = &cli.Command{
|
var mpoolSub = &cli.Command{
|
||||||
Name: "sub",
|
Name: "sub",
|
||||||
Usage: "Subscibe to mpool changes",
|
Usage: "Subscribe to mpool changes",
|
||||||
Action: func(cctx *cli.Context) error {
|
Action: func(cctx *cli.Context) error {
|
||||||
api, closer, err := GetFullNodeAPI(cctx)
|
api, closer, err := GetFullNodeAPI(cctx)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user