Update cli/multisig.go

Co-Authored-By: Łukasz Magiera <magik6k@users.noreply.github.com>
This commit is contained in:
Whyrusleeping 2020-01-21 11:52:50 -08:00 committed by GitHub
parent 6d9ac84359
commit a26cc96a49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,7 +108,7 @@ var msigCreateCmd = &cli.Command{
Method: actors.IAMethods.Exec,
Params: enc,
GasPrice: types.NewInt(1),
GasLimit: types.NewInt(100000),
GasLimit: types.NewInt(1000000),
Value: types.BigInt(filval),
}