From 70fe1e58f79ae4688d97bdc64755ceb5a0b9753b Mon Sep 17 00:00:00 2001 From: Andrey Shovkoplyas Date: Thu, 23 Aug 2018 17:08:09 +0300 Subject: [PATCH] [#5616] Persistent error "Intrinsic gas too low" popup when buying cryptokitty Signed-off-by: Igor Mandrigin --- src/status_im/models/wallet.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status_im/models/wallet.cljs b/src/status_im/models/wallet.cljs index 33e5e37b48..c9f79510b0 100644 --- a/src/status_im/models/wallet.cljs +++ b/src/status_im/models/wallet.cljs @@ -75,7 +75,7 @@ :gas (cond gas (money/bignumber gas) - value + (and value (empty? data)) (money/bignumber 21000)) :gas-price (when gasPrice (money/bignumber gasPrice))