File tree 5 files changed +0
-10
lines changed
5 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,6 @@ var AccountCmd = &cobra.Command{
41
41
Args : cobra .MinimumNArgs (1 ),
42
42
}
43
43
44
- var insecure bool
45
-
46
44
func init () {
47
45
AccountCmd .AddCommand (accountBalanceCmd )
48
46
AccountCmd .AddCommand (accountCreateCmd )
Original file line number Diff line number Diff line change @@ -45,8 +45,6 @@ var ActionCmd = &cobra.Command{
45
45
Args : cobra .MinimumNArgs (1 ),
46
46
}
47
47
48
- var insecure bool
49
-
50
48
func init () {
51
49
ActionCmd .AddCommand (actionHashCmd )
52
50
ActionCmd .AddCommand (actionTransferCmd )
Original file line number Diff line number Diff line change @@ -26,8 +26,6 @@ var BCCmd = &cobra.Command{
26
26
Args : cobra .ExactArgs (1 ),
27
27
}
28
28
29
- var insecure bool
30
-
31
29
func init () {
32
30
BCCmd .AddCommand (bcBlockCmd )
33
31
BCCmd .AddCommand (bcInfoCmd )
Original file line number Diff line number Diff line change @@ -18,8 +18,6 @@ var NodeCmd = &cobra.Command{
18
18
Args : cobra .ExactArgs (1 ),
19
19
}
20
20
21
- var insecure bool
22
-
23
21
func init () {
24
22
NodeCmd .AddCommand (nodeDelegateCmd )
25
23
NodeCmd .AddCommand (nodeRewardCmd )
Original file line number Diff line number Diff line change @@ -35,8 +35,6 @@ var VersionCmd = &cobra.Command{
35
35
},
36
36
}
37
37
38
- var insecure bool
39
-
40
38
func init () {
41
39
VersionCmd .PersistentFlags ().StringVar (& config .ReadConfig .Endpoint , "endpoint" ,
42
40
config .ReadConfig .Endpoint , "set endpoint for once" )
You can’t perform that action at this time.
0 commit comments