Skip to content

Commit 4d95f8d

Browse files
higher gas limit for calls to the mint() function
1 parent cf5cb5e commit 4d95f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ethminer/FarmClient.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ class FarmClient : public jsonrpc::Client
202202
m_lastSolution.restart();
203203
t.nonce = m_txNonce;
204204
t.receiveAddress = toAddress(m_tokenContract);
205-
t.gas = u256(130000);
205+
t.gas = u256(200000);
206206
ProgOpt::Load("");
207207
m_startGas = atoi(ProgOpt::Get("0xBitcoin", "GasPrice").c_str());
208208
m_maxGas = atoi(ProgOpt::Get("0xBitcoin", "MaxGasPrice").c_str());

0 commit comments

Comments
 (0)