mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-26 09:42:22 +00:00
cli: remove outdated contract deploy
comment
It's relevant for Neo 2.0, but not 3.0.
This commit is contained in:
parent
fac2a0d7e3
commit
48e3a41133
1 changed files with 1 additions and 4 deletions
|
@ -170,10 +170,7 @@ func NewCommands() []cli.Command {
|
||||||
Name: "deploy",
|
Name: "deploy",
|
||||||
Usage: "deploy a smart contract (.nef with description)",
|
Usage: "deploy a smart contract (.nef with description)",
|
||||||
Description: `Deploys given contract into the chain. The gas parameter is for additional
|
Description: `Deploys given contract into the chain. The gas parameter is for additional
|
||||||
gas to be added as a network fee to prioritize the transaction. It may also
|
gas to be added as a network fee to prioritize the transaction.
|
||||||
be required to add that to satisfy chain's policy regarding transaction size
|
|
||||||
and the minimum size fee (so if transaction send fails, try adding 0.001 GAS
|
|
||||||
to it).
|
|
||||||
`,
|
`,
|
||||||
Action: contractDeploy,
|
Action: contractDeploy,
|
||||||
Flags: deployFlags,
|
Flags: deployFlags,
|
||||||
|
|
Loading…
Reference in a new issue