Updated on 2026-08-14
This commit is contained in:
parent
dfd8bd0594
commit
8780aca5e1
5 changed files with 71 additions and 18 deletions
|
|
@ -105,7 +105,7 @@ class ConfirmPaymentActivity : AppCompatActivity(), NfcAdapter.ReaderCallback {
|
|||
|
||||
if (card!!.blockchain == Blockchain.Ethereum || card!!.blockchain == Blockchain.EthereumTestNet || card!!.blockchain == Blockchain.Token) {
|
||||
rgFee!!.isEnabled = false
|
||||
serverApiHelper!!.infura(ServerApiHelper.INFURA_ETH_GAS_PRICE, 67, card!!.wallet)
|
||||
serverApiHelper!!.infura(ServerApiHelper.INFURA_ETH_GAS_PRICE, 67, card!!.wallet, "")
|
||||
|
||||
} else {
|
||||
rgFee!!.isEnabled = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue