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
co-authored by Łukasz Magiera
parent 6d9ac84359
commit a26cc96a49
+1 -1
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),
}