From 4c35a20feba79b60d00d309add49d9ce07eb5baf Mon Sep 17 00:00:00 2001 From: Teemu Patja Date: Tue, 3 Oct 2017 19:59:39 +0300 Subject: [PATCH] Increase multisig deploy gas-limit --- src/clj/commiteth/eth/multisig_wallet.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clj/commiteth/eth/multisig_wallet.clj b/src/clj/commiteth/eth/multisig_wallet.clj index f0ad22b..0bf3252 100644 --- a/src/clj/commiteth/eth/multisig_wallet.clj +++ b/src/clj/commiteth/eth/multisig_wallet.clj @@ -36,7 +36,7 @@ (eth/execute (eth/eth-account) (factory-contract-addr) (:create method-ids) - (eth/integer->hex 827000) ;; gas-limit + (eth/integer->hex 865000) ;; gas-limit 0x40 0x2 required