Set default set-addrs gas limit to 0

Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
Jakub Sztandera 2020-07-29 10:03:29 +02:00
parent 5df0ee7935
commit 9ec11e2f8f
No known key found for this signature in database
GPG Key ID: 9A9AF56F8B3879BA

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 {