Increase gas price to deal with ethereum kittens

pull/2/head
Marat Subkhankulov 7 years ago
parent c2bc67beee
commit d34f0c00fd
  1. 2
      app/src/main/java/com/wallet/crypto/trustapp/controller/EtherStore.java

@ -66,7 +66,7 @@ public class EtherStore {
BigInt value = new BigInt(Long.decode(wei));
BigInt gasPrice = new BigInt(0);
gasPrice.setString("1000000000", 10); // price, base
gasPrice.setString("21000000000", 10); // price, base
Transaction tx = new Transaction(
nonce, new Address(toAddress),

Loading…
Cancel
Save