File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,8 @@ func NewCommands() []cli.Command {
137
137
then the output filenames for these flags will be guessed using the contract
138
138
name or path provided via --in option by trimming/adding corresponding suffixes
139
139
to the common part of the path. In the latter case the configuration filepath
140
- will be guessed from the --in option using the same rule."` ,
140
+ will be guessed from the --in option using the same rule.
141
+ ` ,
141
142
Action : contractCompile ,
142
143
Flags : []cli.Flag {
143
144
cli.StringFlag {
Original file line number Diff line number Diff line change @@ -69,7 +69,8 @@ func NewCommands() []cli.Command {
69
69
NetworkFee calculations are performed based on the calculatenetworkfee RPC request. If the --gas
70
70
flag is included, the specified value is added to the resulting conflicting transaction network fee
71
71
in both scenarios. When the --await flag is included, the command waits for one of the conflicting
72
- or target transactions to be included in a block.` ,
72
+ or target transactions to be included in a block.
73
+ ` ,
73
74
Action : cancelTx ,
74
75
Flags : txCancelFlags ,
75
76
},
@@ -83,7 +84,8 @@ func NewCommands() []cli.Command {
83
84
the output. This command expects a ContractParametersContext JSON file for input, it can't handle
84
85
binary (or hex- or base64-encoded) transactions. If --rpc-endpoint flag is specified the result
85
86
of the given script after running it true the VM will be printed. Otherwise only transaction will
86
- be printed.` ,
87
+ be printed.
88
+ ` ,
87
89
},
88
90
{
89
91
Name : "ops" ,
You can’t perform that action at this time.
0 commit comments