increase gas default amount
this should help `--dry-run` transactions return a more useful simulated transaction message, Closes #1
This commit is contained in:
parent
88290514eb
commit
861c3886fb
@ -37,7 +37,7 @@ class MultiSigForm extends React.Component {
|
||||
toAddress: "",
|
||||
amount: 0,
|
||||
memo: "",
|
||||
gas: 2000,
|
||||
gas: 200000,
|
||||
processing: false,
|
||||
addressError: "",
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user