From c8a55681c68bbcf09ecaf3fc5c84ec880bdf587a Mon Sep 17 00:00:00 2001 From: Robert Martin-Legene <robert@nic.ar> Date: Mon, 10 Jun 2019 14:50:38 -0300 Subject: [PATCH] Por las dudas, ofrecemos mas para deployar contratos. --- bin/compile.and.deploy.contract | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile.and.deploy.contract b/bin/compile.and.deploy.contract index bb1d8ab..e5627f8 100755 --- a/bin/compile.and.deploy.contract +++ b/bin/compile.and.deploy.contract @@ -21,7 +21,7 @@ function create cleanup "$js" cat > $js <<EOT var mycontract = eth.contract($abi) -var transaction = mycontract.new( { from: eth.accounts[0], data: "0x${bin}", gas: 1000000 } ) +var transaction = mycontract.new( { from: eth.accounts[0], data: "0x${bin}", gas: 3000000 } ) var rcpt while ( !rcpt ) { -- GitLab