Merge pull request #2660 from filecoin-project/fix/set-addr-gas-limit

Set default set-addrs gas limit to 0
This commit is contained in:
Jakub Sztandera
2020-07-29 18:45:42 +02:00
committed by GitHub
+1 -1
View File
@@ -29,7 +29,7 @@ var actorSetAddrsCmd = &cli.Command{
&cli.Int64Flag{
Name: "gas-limit",
Usage: "set gas limit",
Value: 100000,
Value: 0,
},
},
Action: func(cctx *cli.Context) error {