From 861c3886fbae1659ae4e301c04be2de95fa171d8 Mon Sep 17 00:00:00 2001 From: Sam Panter Date: Tue, 29 Sep 2020 14:56:56 -0400 Subject: [PATCH] increase gas default amount this should help `--dry-run` transactions return a more useful simulated transaction message, Closes #1 --- components/TransactionForm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/TransactionForm.js b/components/TransactionForm.js index bd489c5..a1cc6cd 100644 --- a/components/TransactionForm.js +++ b/components/TransactionForm.js @@ -37,7 +37,7 @@ class MultiSigForm extends React.Component { toAddress: "", amount: 0, memo: "", - gas: 2000, + gas: 200000, processing: false, addressError: "", };