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
commit b3842de871
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {