[#5616] Persistent error "Intrinsic gas too low" popup when buying cryptokitty

Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
This commit is contained in:
Andrey Shovkoplyas 2018-08-23 17:08:09 +03:00 committed by Igor Mandrigin
parent ee0447b36c
commit 70fe1e58f7
No known key found for this signature in database
GPG Key ID: 4A0EDDE26E66BC8B
1 changed files with 1 additions and 1 deletions

View File

@ -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))